Skip to content

Commit

Permalink
Remove commented out stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Jan 17, 2024
1 parent 1095e5e commit b24ba31
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#![doc = include_str!("../Readme.md")]
#![warn(clippy::cargo)]
#![allow(
// clippy::module_name_repetitions,
// clippy::wildcard_imports,
clippy::too_many_arguments
)]
#![allow(clippy::too_many_arguments)]

pub mod app;
pub mod config;
Expand Down

0 comments on commit b24ba31

Please sign in to comment.