mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-18 23:21:50 +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 {
|
||||
&*self
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user