mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 15:11:02 +00:00
Clean up unnecessary macro_use from PR #1917
This commit is contained in:
@@ -116,7 +116,6 @@ use lib::*;
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
pub mod value;
|
pub mod value;
|
||||||
|
|
||||||
mod from_primitive;
|
mod from_primitive;
|
||||||
|
|||||||
@@ -258,7 +258,6 @@ mod macros;
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod integer128;
|
mod integer128;
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
pub mod de;
|
pub mod de;
|
||||||
pub mod ser;
|
pub mod ser;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user