Skip to content

Commit

Permalink
chore: clippy allow raw-string-hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
raventid committed Feb 9, 2024
1 parent 82c7f39 commit a90c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(clippy::pedantic, clippy::nursery)]
#![allow(clippy::too_many_lines, clippy::module_name_repetitions)]
#![allow(clippy::too_many_lines, clippy::module_name_repetitions, clippy::needless_raw_string_hashes)]

use clap::Parser;

Expand Down

0 comments on commit a90c636

Please sign in to comment.