mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
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:
parent
96a48ee8db
commit
e2e36f352f
1 changed files with 0 additions and 1 deletions
|
|
@ -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)> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue