We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851f8c2 commit c69de8cCopy full SHA for c69de8c
1 file changed
run-rust-clippy.sh
@@ -13,7 +13,8 @@ default_lints=(
13
"-D clippy::todo"
14
"-D clippy::dbg_macro"
15
"-D clippy::unimplemented"
16
- "-D clippy::await_holding_lock"
+ "-D clippy::await_holding_lock"
17
+ "-D clippy::match-like-matches-macro"
18
)
19
20
# Use the lints passed as arguments, or the default above.
0 commit comments