Skip to content

Commit

Permalink
Merge pull request #1107 from jiangliu/service-macos-unused.patch
Browse files Browse the repository at this point in the history
service: fix a unused variable warning on macos
  • Loading branch information
imeoer authored Feb 24, 2023
2 parents b26242e + 7d69917 commit 01556c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/singleton.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
supervisor: Option<String>,
Expand Down

0 comments on commit 01556c0

Please sign in to comment.