mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
rusticl/meson: remove -Aclippy::arc-with-non-send-sync flag
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27747>
This commit is contained in:
parent
ce06bdf916
commit
14ccfb41bc
1 changed files with 0 additions and 7 deletions
|
|
@ -92,13 +92,6 @@ rusticl_args = [
|
|||
'-Aclippy::type_complexity',
|
||||
]
|
||||
|
||||
if rustc.version().version_compare('>=1.72')
|
||||
rusticl_args += [
|
||||
# Needs to be fixed
|
||||
'-Aclippy::arc-with-non-send-sync'
|
||||
]
|
||||
endif
|
||||
|
||||
if with_platform_x11
|
||||
rusticl_args += [
|
||||
'--cfg', 'glx',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue