Merge pull request #267 from davidtwco/playground-metadata

Enable all features on Rust Playground.
This commit is contained in:
Brandon W Maister 2018-07-28 14:39:44 -04:00 committed by GitHub
commit ad543a75ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ num-iter = { version = "0.1.35", default-features = false }
[package.metadata.docs.rs]
all-features = true
[package.metadata.playground]
all-features = true