fix: disable JSON example when built without serde (#31)
This commit is contained in:
parent
5e4457e26e
commit
2cf8ba53a1
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@
|
|||
//! use serde_json::{json, to_string};
|
||||
//!
|
||||
//! let org = Org::parse("I 'm *bold*.");
|
||||
//! #[cfg(feature = "ser")]
|
||||
//! println!("{}", to_string(&org).unwrap());
|
||||
//!
|
||||
//! // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue