1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-29 03:54:57 +02:00

rework resourcedef (#373)

This commit is contained in:
Rob Ede
2021-07-19 22:37:54 +01:00
committed by GitHub
parent a83dfaa162
commit c65e8524b2
9 changed files with 956 additions and 372 deletions

View File

@ -140,7 +140,7 @@ macro_rules! register {
}};
}
static PATHS: [&'static str; 5] = [
static PATHS: [&str; 5] = [
"/authorizations",
"/user/repos",
"/repos/rust-lang/rust/stargazers",