nodrop: Add no_drop_flag optional feature

This commit is contained in:
root
2015-05-26 17:05:42 +02:00
parent 07e497a2be
commit 09cf5168f9
3 changed files with 40 additions and 14 deletions
+6
View File
@@ -10,3 +10,9 @@ documentation = "http://bluss.github.io/arrayvec/doc/nodrop"
repository = "https://github.com/bluss/arrayvec"
keywords = ["container", "drop"]
[features]
# Optional, nightly channel
# Use no drop flag. See API doc for more info.
no_drop_flag = []