From 110d154777b72e0581d7e1dc9a43341fb61af4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 15 Nov 2024 13:44:26 +0000 Subject: [PATCH] Fix clippy warning --- router/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/router/src/lib.rs b/router/src/lib.rs index d9cacb91..c0155852 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -22,6 +22,7 @@ use tracing::warn; use utoipa::ToSchema; use validation::Validation; +#[allow(clippy::large_enum_variant)] #[derive(Clone)] pub enum Tokenizer { Python {