nodrop: Remove the no_drop_flag crate feature

This unstable feature is not supported in nightly anymore (and nor is it
meaningful).
This commit is contained in:
bluss
2016-08-25 16:06:26 +02:00
parent a41ecc0a29
commit af8f6b5d6e
2 changed files with 0 additions and 14 deletions
-4
View File
@@ -18,10 +18,6 @@ default = ["std"]
# Use libstd
std = ["odds/std"]
# Optional, nightly channel
# Use no drop flag. See API doc for more info.
no_drop_flag = []
# Optional, nightly channel
# Use `needs_drop` to skip overwriting if not necessary
use_needs_drop = []