parent
a4d1a34a0c
commit
3d440524a5
@ -19,4 +19,3 @@ path = "src/lib.rs"
|
|||||||
serde = { version = "1", optional = true}
|
serde = { version = "1", optional = true}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
#serde = ["serde"]
|
|
@ -239,7 +239,7 @@
|
|||||||
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[cfg(serde)]
|
#[cfg(feature = "serde")]
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
|
|
||||||
mod configuration;
|
mod configuration;
|
||||||
@ -250,8 +250,8 @@ mod operator;
|
|||||||
mod token;
|
mod token;
|
||||||
mod tree;
|
mod tree;
|
||||||
mod value;
|
mod value;
|
||||||
#[cfg(serde)]
|
#[cfg(feature = "serde")]
|
||||||
mod serde;
|
mod feature_serde;
|
||||||
|
|
||||||
// Exports
|
// Exports
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user