MAINT: Use serde-1 feature in docs.rs

This commit is contained in:
bluss
2017-07-30 14:15:34 +02:00
parent a59b5c0b86
commit 707ddc3224
+3
View File
@@ -35,3 +35,6 @@ default = ["std"]
std = ["odds/std", "nodrop/std"]
use_union = ["nodrop/use_union"]
serde-1 = ["serde"]
[package.metadata.docs.rs]
features = ["serde-1"]