Skip to content

Commit

Permalink
Remove overkill clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Feb 2, 2024
1 parent 5fd798c commit b639ee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#![warn(clippy::lossy_float_literal)]
#![warn(clippy::map_err_ignore)]
#![warn(clippy::mem_forget)]
#![warn(clippy::mod_module_files)]
#![warn(clippy::multiple_inherent_impl)]
#![warn(clippy::pattern_type_mismatch)]
#![warn(clippy::rc_buffer)]
Expand Down

0 comments on commit b639ee9

Please sign in to comment.