Skip to content

Commit

Permalink
Merge pull request http-rs#898 from nyxtom/nonminimal-bool-test
Browse files Browse the repository at this point in the history
Fix github ci clippy tests on nonminimal bool test
  • Loading branch information
Fishrock123 authored Jul 31, 2022
2 parents 495e177 + 8a92827 commit e79e4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/security/cors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ mod test {
}

#[test]
#[allow(clippy::nonminimal_bool)]
fn symetrical() {
let regex = Regex::new(r"e[xzs]a.*le.com*").unwrap();
let x = Origin::from(regex.clone());
Expand Down

0 comments on commit e79e4f6

Please sign in to comment.