Skip to content

Commit

Permalink
lib fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Dec 19, 2024
1 parent d07a015 commit 4838571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![allow(clippy::cast_possible_truncation)]
// road to clippy::pedantic
#![deny(clippy::pedantic)]
// allow(clippy::redundant_closure_for_method_calls)]
#![allow(clippy::redundant_closure_for_method_calls)]
#![allow(clippy::missing_errors_doc)]
// #![allow(clippy::missing_panics_doc)]
#![allow(clippy::module_name_repetitions)]
Expand Down

0 comments on commit 4838571

Please sign in to comment.