From e2e36f352f687dbf56cd5d6643818b814c01c86a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 12 Dec 2025 16:39:21 +0100 Subject: [PATCH] rusticl: cleanup derelict allow(non_upper_case_globals) annotation Part-of: --- src/gallium/frontends/rusticl/core/format.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/rusticl/core/format.rs b/src/gallium/frontends/rusticl/core/format.rs index 1a9b6e231d5..f31b59d435c 100644 --- a/src/gallium/frontends/rusticl/core/format.rs +++ b/src/gallium/frontends/rusticl/core/format.rs @@ -434,7 +434,6 @@ impl CLFormatInfo for cl_image_format { macro_rules! gl_cl_format_table { ([$($gl: ident => ($order: expr, $dtype: expr),)+]) => { - #[allow(non_upper_case_globals)] const fn gl_format_to_cl( gl_format: cl_GLenum ) -> Option<(cl_channel_order, cl_channel_type)> {