rusticl: silence clippy::arc-with-non-send-sync for now
authorKarol Herbst <kherbst@redhat.com>
Mon, 18 Dec 2023 22:05:58 +0000 (23:05 +0100)
committerEric Engestrom <eric@engestrom.ch>
Fri, 22 Dec 2023 15:47:35 +0000 (15:47 +0000)
Allows compilation with newer clippy

Cc: mesa-stable
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26764>
(cherry picked from commit 7e74ee07e3a7aebc46cbd6d724b49790cb9f9c29)

.pick_status.json
src/gallium/frontends/rusticl/meson.build

index 8429adc..6ea6ab5 100644 (file)
         "description": "rusticl: silence clippy::arc-with-non-send-sync for now",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null,
         "notes": null
index 92b23f5..279bd8d 100644 (file)
@@ -89,6 +89,8 @@ rusticl_args = [
   '-Aclippy::redundant_field_names',
   '-Aclippy::too_many_arguments',
   '-Aclippy::type_complexity',
+  # Needs to be fixed
+  '-Aclippy::arc-with-non-send-sync',
 ]
 
 rusticl_gen_args = [