[code] try to make clippy happy

This commit is contained in:
Philip Mueller
2023-06-22 22:59:04 +02:00
parent ba18f68f8f
commit fb3808335e
3 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ impl LoopDevice {
let losetup = Tool::find("losetup")?;
let output = losetup
.execute()
.args(&["--find", "-P", "--show"])
.args(["--find", "-P", "--show"])
.arg(file)
.output()
.context("Error creating the image")?;