mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 16:52:58 +01:00
Remove garbled doc comment for actix_router::IntoPattern::is_single (#168)
This commit is contained in:
parent
8ace9264b7
commit
0c5f1da625
@ -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<String>;
|
||||
|
Loading…
Reference in New Issue
Block a user