rusticl: cleanup derelict allow(non_upper_case_globals) annotation

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
Eric Engestrom 2025-12-12 16:39:21 +01:00
parent 96a48ee8db
commit e2e36f352f

View file

@ -434,7 +434,6 @@ impl CLFormatInfo for cl_image_format {
macro_rules! gl_cl_format_table { macro_rules! gl_cl_format_table {
([$($gl: ident => ($order: expr, $dtype: expr),)+]) => { ([$($gl: ident => ($order: expr, $dtype: expr),)+]) => {
#[allow(non_upper_case_globals)]
const fn gl_format_to_cl( const fn gl_format_to_cl(
gl_format: cl_GLenum gl_format: cl_GLenum
) -> Option<(cl_channel_order, cl_channel_type)> { ) -> Option<(cl_channel_order, cl_channel_type)> {