Skip to content

Commit 75d2e17

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 75d2e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions-rs/cargo@v1
6363
with:
6464
command: clippy
65-
args: -- -D warnings
65+
args: -- -D warnings -A wrong_self_convention
6666

6767
security_audit:
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)