mirror of https://github.com/fafhrd91/actix-net
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…
Reference in New Issue