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

Closes #1932
This commit is contained in:
Jake Goulding 2019-12-14 13:16:20 -05:00 committed by Ivan Petkov
parent 4b85565bd7
commit 69885e214c

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"]