1
0
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:
Nikolay Kim 2019-12-07 10:39:33 +06:00
parent 99fef4f06b
commit 40fbbb9c32

View File

@ -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
}