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

chore: address clippy warnings

This commit is contained in:
Rob Ede
2024-12-29 15:03:43 +00:00
parent 472dbca64e
commit 34327bd221
10 changed files with 19 additions and 14 deletions

View File

@ -19,7 +19,7 @@ impl ResourcePath for String {
}
}
impl<'a> ResourcePath for &'a str {
impl ResourcePath for &str {
fn path(&self) -> &str {
self
}