diff --git a/ntex-cors/src/lib.rs b/ntex-cors/src/lib.rs index 2a616c75..5ecb79ef 100644 --- a/ntex-cors/src/lib.rs +++ b/ntex-cors/src/lib.rs @@ -113,7 +113,6 @@ pub enum AllOrSome { Some(T), } - impl AllOrSome { /// Returns whether this is an `All` variant pub fn is_all(&self) -> bool {