mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-31 11:32:10 +01:00
fix crate name
This commit is contained in:
parent
99fef4f06b
commit
40fbbb9c32
@ -29,7 +29,7 @@ impl<'a> ResourcePath for &'a str {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ResourcePath for bytesrting::ByteString {
|
impl ResourcePath for bytestring::ByteString {
|
||||||
fn path(&self) -> &str {
|
fn path(&self) -> &str {
|
||||||
&*self
|
&*self
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user