toml: enable test-util feature for the playground (#3224)

This commit is contained in:
Clemens Koza
2020-12-10 10:39:05 +01:00
committed by GitHub
parent f60860af7e
commit 9646b4bce3
+1 -1
View File
@@ -134,4 +134,4 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
features = ["full"]
features = ["full", "test-util"]