Skip to content

Commit

Permalink
Remove unnecessary clippy allow directive
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Jan 21, 2025
1 parent 510b27e commit 8dd2e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![warn(clippy::str_to_string, clippy::pedantic, clippy::nursery)]
#![allow(clippy::module_name_repetitions)]

mod allocator;
mod caddy;
Expand Down

0 comments on commit 8dd2e26

Please sign in to comment.