mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 02:40:39 +01: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>
This commit is contained in:
parent
382718e0e1
commit
7e74ee07e3
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ rusticl_args = [
|
|||
'-Aclippy::redundant_field_names',
|
||||
'-Aclippy::too_many_arguments',
|
||||
'-Aclippy::type_complexity',
|
||||
# Needs to be fixed
|
||||
'-Aclippy::arc-with-non-send-sync',
|
||||
]
|
||||
|
||||
if with_platform_x11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue