Skip to content

Commit

Permalink
main.rs: update commented out pedantic lints
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Nov 8, 2024
1 parent b32aaea commit 6f563c7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// #![warn(clippy::pedantic)]
// #![allow(clippy::uninlined_format_args)]
// #![allow(clippy::enum_glob_use)]
// #![allow(clippy::module_name_repetitions)]
// #![allow(clippy::doc_markdown)]
// Temporarily uncomment to view more pedantic or new nursery lints.
// #![warn(clippy::pedantic, clippy::nursery)]
// #![allow(clippy::if_not_else)]
// #![allow(clippy::ignored_unit_patterns)]
// #![allow(clippy::missing_const_for_fn)]
// #![allow(clippy::module_name_repetitions)]
// #![allow(clippy::uninlined_format_args)]
// #![allow(clippy::unnested_or_patterns)]
// #![allow(clippy::use_self)]

mod eval;
mod location;
mod nix_file;
Expand Down

0 comments on commit 6f563c7

Please sign in to comment.