Skip to content

Commit

Permalink
add clippy::needless_raw_string_hashes to lint allows
Browse files Browse the repository at this point in the history
as we use it for all usage text should we modify them to require it in the future should we use a special character
  • Loading branch information
jqnatividad committed Sep 29, 2023
1 parent d011fcf commit 0e792be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
// things are often more readable this way
clippy::needless_raw_string_hashes,
clippy::cast_lossless,
clippy::module_name_repetitions,
clippy::type_complexity,
Expand Down

0 comments on commit 0e792be

Please sign in to comment.