From 0c5f1da625b97370e75206218586375936b30ee2 Mon Sep 17 00:00:00 2001 From: Matt Kantor Date: Tue, 28 Jul 2020 13:46:53 -0700 Subject: [PATCH] Remove garbled doc comment for actix_router::IntoPattern::is_single (#168) --- router/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;