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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 2 deletions

View File

@ -116,7 +116,6 @@ use lib::*;
////////////////////////////////////////////////////////////////////////////////
#[macro_use]
pub mod value;
mod from_primitive;

View File

@ -258,7 +258,6 @@ mod macros;
#[macro_use]
mod integer128;
#[macro_use]
pub mod de;
pub mod ser;