From e4d895f0e1e821080171f778bc9e50681304b05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20de=20B=C3=BArca?= Date: Thu, 24 Apr 2025 10:24:02 -0700 Subject: [PATCH] rusticl: fix build with clippy driver Part-of: --- src/gallium/frontends/rusticl/mesa/pipe/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/rusticl/mesa/pipe/device.rs b/src/gallium/frontends/rusticl/mesa/pipe/device.rs index 7925d951aee..776d4bbfeb3 100644 --- a/src/gallium/frontends/rusticl/mesa/pipe/device.rs +++ b/src/gallium/frontends/rusticl/mesa/pipe/device.rs @@ -64,7 +64,7 @@ fn get_enabled_devs() -> HashMap { let default_devs: &[&str] = &[ #[cfg(any(rusticl_enable_asahi, rusticl_enable_auto))] "asahi", - #[cfg(any(rusticl_enable_radeonsi))] + #[cfg(rusticl_enable_radeonsi)] "radeonsi", ];