|
|
@@ -24,4 +24,9 @@ source "$here/../ci/rust-version.sh" nightly
|
|
|
# ref: https://github.com/rust-lang/rust/issues/66287
|
|
|
"$here/cargo-for-all-lock-files.sh" -- \
|
|
|
"+${rust_nightly}" clippy \
|
|
|
- --workspace --all-targets --features dummy-for-ci-check,frozen-abi
|
|
|
+ --workspace --all-targets --features dummy-for-ci-check,frozen-abi -- \
|
|
|
+ --deny=warnings \
|
|
|
+ --deny=clippy::default_trait_access \
|
|
|
+ --deny=clippy::arithmetic_side_effects \
|
|
|
+ --deny=clippy::manual_let_else \
|
|
|
+ --deny=clippy::used_underscore_binding
|