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:
+1
-1
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user