tool/systemd: make clippy happy I guess

This commit is contained in:
Raito Bezarius 2023-09-14 15:25:51 +02:00 committed by nikstur
parent 0107754d62
commit 1330292008
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ pub struct Installer {
} }
impl Installer { impl Installer {
#[allow(clippy::too_many_arguments)]
pub fn new( pub fn new(
lanzaboote_stub: PathBuf, lanzaboote_stub: PathBuf,
arch: Architecture, arch: Architecture,