Skip to content

Commit

Permalink
Remove a superfluous lint attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Jul 5, 2020
1 parent 4622b32 commit 89dea5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![deny(rust_2018_idioms, unsafe_code)]

#[allow(clippy::useless_attribute)]
#[allow(rust_2018_idioms)]
extern crate proc_macro;

use proc_macro_hack::proc_macro_hack;
Expand Down

0 comments on commit 89dea5a

Please sign in to comment.