DOC: Mention serde-1 feature

This commit is contained in:
bluss
2017-09-11 19:43:17 +02:00
parent cea481f494
commit f33c4e44dd
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ matches = { version = "0.1" }
[features]
default = ["std"]
std = ["odds/std", "nodrop/std"]
use_union = ["nodrop/use_union"]
use_union = []
serde-1 = ["serde"]
[package.metadata.docs.rs]