1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +02:00

chore(actix-http): prepare release 3.11.1

This commit is contained in:
Rob Ede
2025-08-26 07:28:27 +01:00
parent 9c47a247fb
commit ddd16ec9db
7 changed files with 262 additions and 179 deletions

View File

@@ -13,6 +13,7 @@ macro_rules! register {
register!(finish => "(.*)", "(.*)", "(.*)", "(.*)")
}};
(finish => $p1:literal, $p2:literal, $p3:literal, $p4:literal) => {{
#[expect(clippy::useless_concat)]
let arr = [
concat!("/authorizations"),
concat!("/authorizations/", $p1),