Skip to content

Commit c3f1695

Browse files
committed
chore: disable wrong self convention until clippy is fixed
Fixed in rust-lang/rust-clippy#6818 but requires a new clippy release.
1 parent 772d743 commit c3f1695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::wrong_self_convention)]
12
use crate::args::Args;
23
use crate::errors::*;
34
use crate::git::GitConfigBuilder;

0 commit comments

Comments
 (0)