Skip to content

Commit

Permalink
Remove unneeded extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Feb 20, 2024
1 parent 510e764 commit 80be00d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions serde_with_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
//!
//! [`serde_with`]: https://crates.io/crates/serde_with/
#[allow(unused_extern_crates)]
extern crate proc_macro;

mod apply;
mod utils;

Expand Down

0 comments on commit 80be00d

Please sign in to comment.