Skip to content

Commit

Permalink
Remove a few unused lints
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jan 11, 2025
1 parent 0ab62ee commit 4d9df04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,11 @@
// Do not carelessly ignore errors
clippy::let_underscore_must_use,
clippy::let_underscore_untyped,
// Code smeels
clippy::field_scoped_visibility_modifiers,
// Code smells
clippy::float_cmp_const,
clippy::string_to_string,
clippy::if_then_some_else_none,
clippy::large_include_file,
clippy::partial_pub_fields,
clippy::pathbuf_init_then_push,
clippy::unreachable,
// Disable as casts
clippy::as_conversions,
)]
Expand Down

0 comments on commit 4d9df04

Please sign in to comment.