mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 22:20:36 +02:00
Remove garbled doc comment for actix_router::IntoPattern::is_single (#168)
This commit is contained in:
@ -37,7 +37,6 @@ impl ResourcePath for bytestring::ByteString {
|
|||||||
|
|
||||||
/// Helper trait for type that could be converted to path pattern
|
/// Helper trait for type that could be converted to path pattern
|
||||||
pub trait IntoPattern {
|
pub trait IntoPattern {
|
||||||
/// Signle patter
|
|
||||||
fn is_single(&self) -> bool;
|
fn is_single(&self) -> bool;
|
||||||
|
|
||||||
fn patterns(&self) -> Vec<String>;
|
fn patterns(&self) -> Vec<String>;
|
||||||
|
Reference in New Issue
Block a user