mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Fix clippy::uninlined_format_args .
This commit is contained in:
parent
5d986bfb4c
commit
353eb53367
39 changed files with 127 additions and 169 deletions
|
@ -168,7 +168,7 @@ fn test_delimiter_list_ending_with_escaped_backslash() {
|
|||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
let mut ins = vec![];
|
||||
for (i, one_in) in ["a\n", "b\n"].iter().enumerate() {
|
||||
let file = format!("in{}", i);
|
||||
let file = format!("in{i}");
|
||||
at.write(&file, one_in);
|
||||
ins.push(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue