Chore: ignore push-blocking features that would make older rust toolchains error

This commit is contained in:
Denis Benato
2025-11-11 22:21:32 +01:00
parent 7207d3287a
commit 4c6db9f0a9
5 changed files with 9 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ pub struct DeviceManager {
}
impl DeviceManager {
#[allow(clippy::type_complexity)]
async fn get_or_create_hid_handle(
handles: &Arc<Mutex<HashMap<String, Arc<Mutex<HidRaw>>>>>,
endpoint: &Device,

View File

@@ -51,6 +51,7 @@ pub struct CtrlPlatform {
}
impl CtrlPlatform {
#[allow(clippy::too_many_arguments)]
pub fn new(
platform: RogPlatform,
power: AsusPower,