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
+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