arrayvec: Make nodrop purely a dev-dependency

We generate docs for it, but we don't need it.
This commit is contained in:
root
2015-07-30 16:51:07 +02:00
parent d4612de8f4
commit 9e4bac559c
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -10,9 +10,9 @@ repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "container", "data-structure"]
[dependencies]
nodrop = "0.1"
[dependencies.odds]
version = "0.2"
[dev-dependencies]
nodrop = "0.1"
+1
View File
@@ -22,6 +22,7 @@ subst: $(DOCCRATES)
mkdocs: Cargo.toml
cargo doc --features=$(FEATURES)
cargo doc -p nodrop
rm -rf ./doc
cp -r ./target/doc ./doc
-cat ./custom.css >> doc/main.css