From 46a6138160b55d47666c01b2d997f104c335a213 Mon Sep 17 00:00:00 2001 From: leon3s Date: Wed, 28 Feb 2024 15:29:00 +0100 Subject: [PATCH] fix: fmt --- ntex-cors/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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 {