diff --git a/service/src/singleton.rs b/service/src/singleton.rs index 7feb90c34ed..171552e1f6a 100644 --- a/service/src/singleton.rs +++ b/service/src/singleton.rs @@ -237,7 +237,7 @@ impl DaemonStateMachineSubscriber for ServiceController { } /// Create and start a Nydus daemon to host fscache and fusedev services. -#[allow(clippy::too_many_arguments)] +#[allow(clippy::too_many_arguments, unused)] pub fn create_daemon( id: Option, supervisor: Option,