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:
Karol Herbst 2024-02-22 13:08:27 +01:00 committed by Marge Bot
parent ce06bdf916
commit 14ccfb41bc

View file

@ -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',