Skip to content

Commit

Permalink
rust-clippy: deny dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
domodwyer committed Aug 15, 2020
1 parent 92b3427 commit 851f8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-rust-clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ default_lints=(
"-D clippy::doc_markdown"
"-D clippy::indexing_slicing"
"-D clippy::todo"
"-D clippy::dbg_macro"
"-D clippy::unimplemented"
"-D clippy::await_holding_lock"
)
Expand Down

0 comments on commit 851f8c2

Please sign in to comment.