Skip to content

Commit

Permalink
rename lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Apr 1, 2024
1 parent 67c92e7 commit 4517518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
unused_results = "warn"
unused_tuple_struct_fields = "warn"
dead_code = "warn"
unused = "warn"

[lints.rustdoc]
Expand Down

0 comments on commit 4517518

Please sign in to comment.