From 1330292008775aff4155b3825cf69be167718271 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 14 Sep 2023 15:25:51 +0200 Subject: [PATCH] tool/systemd: make clippy happy I guess --- rust/tool/systemd/src/install.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/tool/systemd/src/install.rs b/rust/tool/systemd/src/install.rs index 55a0733..bdcb676 100644 --- a/rust/tool/systemd/src/install.rs +++ b/rust/tool/systemd/src/install.rs @@ -36,6 +36,7 @@ pub struct Installer { } impl Installer { + #[allow(clippy::too_many_arguments)] pub fn new( lanzaboote_stub: PathBuf, arch: Architecture,