ソースを参照

Enable all features for docs.rs

Josh Stone 6 年 前
コミット
5add4c580e
1 ファイル変更3 行追加0 行削除
  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]