Skip to content

Commit

Permalink
Allow clippy::get_first lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI authored Nov 16, 2023
1 parent 09fef07 commit ce39939
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 @@ -570,6 +570,7 @@
#![deny(missing_docs)]
#![forbid(unsafe_code)]
#![allow(clippy::get_first)]

#[cfg(feature = "regex_support")]
extern crate regex;
Expand Down

0 comments on commit ce39939

Please sign in to comment.