Enable the full feature when compiled for the playground (#1960)

Closes #1932
This commit is contained in:
Jake Goulding
2019-12-14 10:16:20 -08:00
committed by Ivan Petkov
parent 4b85565bd7
commit 69885e214c
+3
View File
@@ -131,3 +131,6 @@ tempfile = "3.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
features = ["full"]