mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
rusticl: silence clippy::arc-with-non-send-sync for now
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 7e74ee07e3)
This commit is contained in:
parent
3c7025cc4e
commit
0c6d7bcd0c
2 changed files with 3 additions and 1 deletions
|
|
@ -584,7 +584,7 @@
|
|||
"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
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue