We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c681354 commit d028fc8Copy full SHA for d028fc8
crates/tests-integration/src/system_reinstall.rs
@@ -41,7 +41,7 @@ fn get_deployment_dir() -> Result<std::path::PathBuf> {
41
.to_str()
42
.ok_or_else(|| anyhow!("Deployment directory name {:?} is not valid UTF-8", hash))?;
43
44
- println!("Using deployment directory: {}", hash_str);
+ println!("Using deployment directory: {hash_str}");
45
46
Ok(base_path.join(hash_str))
47
}
0 commit comments