1
0
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:
Matt Kantor 2020-07-28 13:46:53 -07:00 committed by GitHub
parent 8ace9264b7
commit 0c5f1da625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>;