mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
uudoc: fix clippy lint
This commit is contained in:
parent
d896ccfd90
commit
a575932115
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fn main() -> io::Result<()> {
|
|||
} else {
|
||||
println!("Error writing to {}", p);
|
||||
}
|
||||
write!(summary, "* [{0}](utils/{0}.md)\n", name)?
|
||||
writeln!(summary, "* [{0}](utils/{0}.md)", name)?
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue