mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 20:10:35 +02:00
fix crate name
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user