MAINT: Don't depend on odds/std or nodrop/std

We don't have any reason to ask for std in odds (anymore, long after
Rust 1.6 now).
This commit is contained in:
bluss
2017-10-16 22:00:42 +02:00
parent ac64b5b661
commit 0c7aebe2dd
+1 -1
View File
@@ -38,7 +38,7 @@ harness = false
[features] [features]
default = ["std"] default = ["std"]
std = ["odds/std", "nodrop/std"] std = []
use_union = [] use_union = []
serde-1 = ["serde"] serde-1 = ["serde"]