Mirror the features used on docs.rs on the playground (#116)

This commit is contained in:
Thom Chiovoloni
2020-09-05 11:51:15 -07:00
committed by GitHub
parent aa4860e009
commit 75e7090cc0
+3
View File
@@ -47,6 +47,9 @@ experimental_write_impl = []
features = ["alloc", "grab_spare_slice", "rustc_1_40", "serde"]
rustdoc-args = ["--cfg","docs_rs"]
[package.metadata.playground]
features = ["alloc", "grab_spare_slice", "rustc_1_40", "serde"]
[profile.test]
opt-level = 3