Skip to content

Commit

Permalink
debug: add clippy.question_mark
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 2, 2024
1 parent 42dbcfc commit 671f0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ manual_strip = 'warn'
unnecessary_mut_passed = 'warn'
unnecessary_fallible_conversions = 'warn'
unnecessary_cast = 'warn'
question_mark = 'warn'

[workspace.dependencies]
arbitrary = { version = "1.3.1" }
Expand Down

0 comments on commit 671f0cc

Please sign in to comment.