Replace serde_macros.rs with pub use. (#212)

This commit is contained in:
Jacob Hoffman-Andrews
2020-10-29 09:43:02 -07:00
committed by GitHub
parent 73af61132e
commit e3bf7c73f3
2 changed files with 1 additions and 304 deletions

View File

@@ -115,7 +115,7 @@ mod stream;
mod unit;
#[cfg(feature = "json")]
mod serde_macros;
pub use serde_json::json;
#[cfg(test)]
mod test;