From 40fbbb9c327ad2e48a741444df63256443d7f08b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 7 Dec 2019 10:39:33 +0600 Subject: [PATCH] fix crate name --- router/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }