Skip to content

Commit

Permalink
chore: disable wrong self convention until clippy is fixed
Browse files Browse the repository at this point in the history
Fixed in rust-lang/rust-clippy#6818 but
requires a new clippy release.
  • Loading branch information
anthraxx committed Mar 10, 2021
1 parent 772d743 commit 0c5cd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(clippy::nursery, clippy::cargo)]
#![allow(clippy::wrong_self_convention)]
extern crate strum;
extern crate strum_macros;

Expand Down

0 comments on commit 0c5cd87

Please sign in to comment.