Skip to content

Commit

Permalink
Enable clippy pedantic warn
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Oct 30, 2024
1 parent 3a048c8 commit c5321bc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// #![warn(clippy::pedantic)]
// #![allow(clippy::uninlined_format_args)]
// #![allow(clippy::enum_glob_use)]
// #![allow(clippy::module_name_repetitions)]
// #![allow(clippy::doc_markdown)]
// #![allow(clippy::if_not_else)]
// #![allow(clippy::ignored_unit_patterns)]
#![warn(clippy::pedantic)]

mod eval;
mod location;
mod nix_file;
Expand Down

0 comments on commit c5321bc

Please sign in to comment.