Skip to content

Commit

Permalink
Merge pull request #51 from benediktwerner/remove-clippy-lint-exception
Browse files Browse the repository at this point in the history
Remove allow on clippy:nonstandard_macro_braces
  • Loading branch information
dtolnay authored Sep 27, 2022
2 parents f033ee3 + 8cc8ea7 commit 2f8d809
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#![allow(
clippy::let_underscore_drop,
clippy::match_bool,
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
clippy::nonstandard_macro_braces,
)]
#![allow(clippy::let_underscore_drop, clippy::match_bool)]

mod error;
mod render;
Expand Down

0 comments on commit 2f8d809

Please sign in to comment.