Skip to content

Commit

Permalink
Clean up unnecessary macro_use from PR #1917
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 23, 2021
1 parent d02eb22 commit c858a1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serde/src/de/mod.rs
Expand Up @@ -116,7 +116,6 @@ use lib::*;

////////////////////////////////////////////////////////////////////////////////

#[macro_use]
pub mod value;

mod from_primitive;
Expand Down
1 change: 0 additions & 1 deletion serde/src/lib.rs
Expand Up @@ -258,7 +258,6 @@ mod macros;
#[macro_use]
mod integer128;

#[macro_use]
pub mod de;
pub mod ser;

Expand Down

0 comments on commit c858a1f

Please sign in to comment.