Skip to content

Commit

Permalink
Remove extern crate proc_macro unneeded since Rust 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 6, 2023
1 parent fd3b3d5 commit 459ac61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
clippy::wrong_self_convention
)]

extern crate proc_macro;

mod derive;
mod expand;
mod generics;
Expand Down

0 comments on commit 459ac61

Please sign in to comment.