1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00
This commit is contained in:
Rob Ede
2022-07-23 02:48:28 +01:00
parent 14bcf72ec1
commit 8d260e599f
6 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,7 @@ impl<'a> ResourcePath for &'a str {
impl ResourcePath for bytestring::ByteString {
fn path(&self) -> &str {
&*self
self
}
}