Browse Source

Enable all features for docs.rs

Josh Stone 6 years ago
parent
commit
5add4c580e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -11,6 +11,9 @@ name = "num-traits"
 version = "0.2.2"
 readme = "README.md"
 
+[package.metadata.docs.rs]
+all-features = true
+
 [dependencies]
 
 [features]