From 14ccfb41bcfca28f854d760ad9eed4a4b0eec2c1 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Thu, 22 Feb 2024 13:08:27 +0100 Subject: [PATCH] rusticl/meson: remove -Aclippy::arc-with-non-send-sync flag Part-of: --- src/gallium/frontends/rusticl/meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gallium/frontends/rusticl/meson.build b/src/gallium/frontends/rusticl/meson.build index b043a15480e..eef09d8f01e 100644 --- a/src/gallium/frontends/rusticl/meson.build +++ b/src/gallium/frontends/rusticl/meson.build @@ -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',