Skip to content

Commit c69de8c

Browse files
committed
rust-clippy: find potential calls of matches!
1 parent 851f8c2 commit c69de8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run-rust-clippy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ default_lints=(
1313
"-D clippy::todo"
1414
"-D clippy::dbg_macro"
1515
"-D clippy::unimplemented"
16-
"-D clippy::await_holding_lock"
16+
"-D clippy::await_holding_lock"
17+
"-D clippy::match-like-matches-macro"
1718
)
1819

1920
# Use the lints passed as arguments, or the default above.

0 commit comments

Comments
 (0)