Use crate nodrop -- it moved to a separate crate

This commit is contained in:
root
2015-05-21 11:54:35 +02:00
parent c146002c83
commit 8047dc621c
4 changed files with 23 additions and 47 deletions
+4
View File
@@ -9,3 +9,7 @@ documentation = "http://bluss.github.io/arrayvec"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "container", "data-structure"]
[dependencies]
nodrop = "0.1"