diff --git a/router/src/lib.rs b/router/src/lib.rs index 9c0e9b42..3d70f594 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -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 }