From 98ad7f37534907899f1c0091377c376201f61330 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 6 Nov 2024 14:45:18 -0800 Subject: [PATCH] fix clippy --- crates/prompt_gateway/src/stream_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/prompt_gateway/src/stream_context.rs b/crates/prompt_gateway/src/stream_context.rs index d077efa6..6a1a5240 100644 --- a/crates/prompt_gateway/src/stream_context.rs +++ b/crates/prompt_gateway/src/stream_context.rs @@ -82,7 +82,7 @@ pub struct StreamContext { } impl StreamContext { - #[warn(clippy::too_many_arguments)] + #[allow(clippy::too_many_arguments)] pub fn new( context_id: u32, metrics: Rc,