From c78e2df00d9ac32c1c9e31dc8b8a35a8241536ec Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 2 May 2024 21:56:50 -0700 Subject: [PATCH] Prevent warnings during compilation --- src/river_protocols.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/river_protocols.rs b/src/river_protocols.rs index cd48115..9a0b822 100644 --- a/src/river_protocols.rs +++ b/src/river_protocols.rs @@ -5,7 +5,7 @@ pub mod generated { // so we isolate it into a very permissive module #![allow(dead_code, non_camel_case_types, unused_unsafe, unused_variables)] #![allow(non_upper_case_globals, non_snake_case, unused_imports)] - #![allow(clippy::all)] + #![allow(static_mut_refs, clippy::all)] pub mod client { // These imports are used by the generated code