Replace serde_macros.rs with pub use. (#212)
This commit is contained in:
committed by
GitHub
parent
73af61132e
commit
e3bf7c73f3
@@ -115,7 +115,7 @@ mod stream;
|
||||
mod unit;
|
||||
|
||||
#[cfg(feature = "json")]
|
||||
mod serde_macros;
|
||||
pub use serde_json::json;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
Reference in New Issue
Block a user