Skip to content

Commit

Permalink
add back use_self clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey committed Oct 8, 2024
1 parent c1f69b8 commit 08962a3
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 @@ -564,6 +564,7 @@ cargo_common_metadata = "allow"
uninlined_format_args = "allow"
missing_panics_doc = "allow"

use_self = "warn"
needless_pass_by_value = "warn"
semicolon_if_nothing_returned = "warn"
single_char_pattern = "warn"
Expand Down

0 comments on commit 08962a3

Please sign in to comment.