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 c3f1695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::wrong_self_convention)]
use crate::args::Args;
use crate::errors::*;
use crate::git::GitConfigBuilder;
Expand Down

0 comments on commit c3f1695

Please sign in to comment.