Skip to content

Commit

Permalink
ignore bogus clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 29, 2023
1 parent cc22139 commit 48406fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::inline_always)]

mod arrayvec;
mod char_validator;
Expand Down

0 comments on commit 48406fb

Please sign in to comment.