Skip to content

Commit

Permalink
Added new lints available in Rust 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 2, 2024
1 parent 17f22dc commit 6154fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ map_err_ignore = "warn"
missing_asserts_for_indexing = "warn"
mixed_read_write_in_expression = "warn"
mutex_atomic = "warn"
pathbuf_init_then_push = "warn"
pattern_type_mismatch = "warn"
pub_without_shorthand = "warn"
rc_buffer = "warn"
Expand All @@ -153,6 +154,7 @@ unnecessary_safety_doc = "warn"
unneeded_field_pattern = "warn"
unreachable = "warn"
unseparated_literal_suffix = "warn"
unused_result_ok = "warn"
use_debug = "warn"
verbose_file_reads = "warn"
# Clippy suspicious lints
Expand Down

0 comments on commit 6154fcc

Please sign in to comment.