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 56ed02d commit c681354Copy full SHA for c681354
crates/xtask/src/xtask.rs
@@ -374,7 +374,7 @@ fn update_spec(sh: &Shell) -> Result<Utf8PathBuf> {
374
} else if line.starts_with("Source1") {
375
writeln!(o, "Source1: {src_vendorpath}")?;
376
} else {
377
- writeln!(o, "{}", line)?;
+ writeln!(o, "{line}")?;
378
}
379
380
@@ -419,7 +419,7 @@ fn impl_srpm(sh: &Shell) -> Result<Utf8PathBuf> {
419
writeln!(o, "# Replaced by cargo xtask package-srpm")?;
420
writeln!(o, "Version: {v}")?;
421
422
423
424
425
0 commit comments