Skip to content

Commit

Permalink
Merge pull request #2532 from dtolnay/macrouse
Browse files Browse the repository at this point in the history
Delete unused serde_derive #[macro_use]
  • Loading branch information
dtolnay authored Jul 26, 2023
2 parents 6882285 + 3260bc5 commit 89f84c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ mod std_error;
// be annoying for crates that provide handwritten impls or data formats. They
// would need to disable default features and then explicitly re-enable std.
#[cfg(feature = "serde_derive")]
#[allow(unused_imports)]
#[macro_use]
extern crate serde_derive;

/// Derive macro available if serde is built with `features = ["derive"]`.
Expand Down

0 comments on commit 89f84c2

Please sign in to comment.