We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc70a7d commit cf04c96Copy full SHA for cf04c96
ci/check-lint.sh
@@ -5,6 +5,8 @@ set -x
5
CLIPPY() {
6
# shellcheck disable=SC2086
7
RUSTFLAGS='-D warnings' cargo clippy $1 -- $2 \
8
+ `# https://github.com/rust-lang/rust-clippy/issues/15442` \
9
+ -A clippy::unused_imports \
10
`# Things clippy defaults to allowing but we should avoid` \
11
-D clippy::clone_on_ref_ptr \
12
`# Things where clippy is just wrong` \
0 commit comments