rusticl: fix build with clippy driver

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35002>
This commit is contained in:
Seán de Búrca
2025-04-24 10:24:02 -07:00
parent 35af55a2a7
commit e4d895f0e1
@@ -64,7 +64,7 @@ fn get_enabled_devs() -> HashMap<String, u32> {
let default_devs: &[&str] = &[
#[cfg(any(rusticl_enable_asahi, rusticl_enable_auto))]
"asahi",
#[cfg(any(rusticl_enable_radeonsi))]
#[cfg(rusticl_enable_radeonsi)]
"radeonsi",
];