Skip to content

Commit d028fc8

Browse files
committed
crates/test-integration: Fix clippy lints
Signed-off-by: Colin Walters <[email protected]>
1 parent c681354 commit d028fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tests-integration/src/system_reinstall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn get_deployment_dir() -> Result<std::path::PathBuf> {
4141
.to_str()
4242
.ok_or_else(|| anyhow!("Deployment directory name {:?} is not valid UTF-8", hash))?;
4343

44-
println!("Using deployment directory: {}", hash_str);
44+
println!("Using deployment directory: {hash_str}");
4545

4646
Ok(base_path.join(hash_str))
4747
}

0 commit comments

Comments
 (0)