Skip to content

Commit

Permalink
additional formatting issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
raventid committed Feb 9, 2024
1 parent a90c636 commit 534ecca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#![deny(clippy::pedantic, clippy::nursery)]
#![allow(clippy::too_many_lines, clippy::module_name_repetitions, clippy::needless_raw_string_hashes)]
#![allow(
clippy::too_many_lines,
clippy::module_name_repetitions,
clippy::needless_raw_string_hashes
)]

use clap::Parser;

Expand Down

0 comments on commit 534ecca

Please sign in to comment.