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 1ebb8df commit f4ec9bd
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 @@ -183,6 +183,7 @@ map_clone = 'warn'
uninlined_format_args = 'warn'
unnecessary_to_owned = 'warn'
manual_strip = 'warn'
question_mark = 'warn'

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

0 comments on commit f4ec9bd

Please sign in to comment.