tool/systemd: make clippy happy I guess
This commit is contained in:
parent
0107754d62
commit
1330292008
|
@ -36,6 +36,7 @@ pub struct Installer {
|
|||
}
|
||||
|
||||
impl Installer {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
lanzaboote_stub: PathBuf,
|
||||
arch: Architecture,
|
||||
|
|
Loading…
Reference in New Issue