mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests ~ fix cargo clippy complaint (clippy::useless_format)
This commit is contained in:
@@ -1143,7 +1143,7 @@ fn test_ls_indicator_style() {
|
||||
for opt in options {
|
||||
scene
|
||||
.ucmd()
|
||||
.arg(format!("{}", opt))
|
||||
.arg(opt.to_string())
|
||||
.succeeds()
|
||||
.stdout_contains(&"/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user