We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b077f commit f5bc9dbCopy full SHA for f5bc9db
src/main.rs
@@ -124,7 +124,7 @@ fn resolve_conflict(path: &PathBuf) -> std::io::Result<()> {
124
.map(|ext| format!(".{}", ext.to_string_lossy()))
125
.unwrap_or_default();
126
127
- let new_name = format!("{}_{}{}", stem, timestamp, extension);
+ let new_name = format!("{stem}_{timestamp}{extension}");
128
129
eprintln!(
130
"{}",
0 commit comments