We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b487e commit 59961a5Copy full SHA for 59961a5
actix-router/src/resource.rs
@@ -1370,7 +1370,7 @@ mod tests {
1370
assert_eq!(path.unprocessed(), "");
1371
}
1372
1373
- #[expect(clippy::literal_string_with_formatting_args)]
+ #[allow(clippy::literal_string_with_formatting_args)]
1374
#[test]
1375
fn newline_patterns_and_paths() {
1376
let re = ResourceDef::new("/user/a\nb");
actix-router/src/router.rs
@@ -145,7 +145,7 @@ mod tests {
145
};
146
147
#[allow(clippy::cognitive_complexity)]
148
149
150
fn test_recognizer_1() {
151
let mut router = Router::<usize>::build();
0 commit comments