Skip to content

Commit 2efc53b

Browse files
committed
satisfy clippy
1 parent 4cc5af7 commit 2efc53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub fn register(target: &Target, verbose: bool) -> Result<()> {
5252
.run(verbose)
5353
}
5454

55+
#[allow(unused_variables)]
5556
pub fn mount(cmd: &mut Command, val: &Path, verbose: bool) -> Result<PathBuf> {
5657
let host_path =
5758
file::canonicalize(&val).wrap_err_with(|| format!("when canonicalizing path `{val:?}`"))?;

0 commit comments

Comments
 (0)