Clean up unnecessary macro_use from PR #1917

This commit is contained in:
David Tolnay
2021-01-23 12:59:12 -08:00
parent d02eb22557
commit c858a1fa77
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -116,7 +116,6 @@ use lib::*;
////////////////////////////////////////////////////////////////////////////////
#[macro_use]
pub mod value;
mod from_primitive;
-1
View File
@@ -258,7 +258,6 @@ mod macros;
#[macro_use]
mod integer128;
#[macro_use]
pub mod de;
pub mod ser;