diff --git a/router/src/lib.rs b/router/src/lib.rs index 75485b5a..f97b34e8 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -37,7 +37,6 @@ impl ResourcePath for bytestring::ByteString { /// Helper trait for type that could be converted to path pattern pub trait IntoPattern { - /// Signle patter fn is_single(&self) -> bool; fn patterns(&self) -> Vec;