Skip to content

Commit

Permalink
Remove dead lint names
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jan 25, 2024
1 parent 1a52aac commit becdcf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,13 @@
rust_2018_idioms,
unreachable_pub,
bad_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
unconditional_recursion,
unused,
unused_allocation,
Expand Down

0 comments on commit becdcf2

Please sign in to comment.