Skip to content

Commit 658eba2

Browse files
Clippy strict mode fix
1 parent 751276b commit 658eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/du/src/du_cached.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ mod tests {
426426

427427
// Add some entries
428428
for i in 0..10 {
429-
let path = PathBuf::from(format!("/tmp/test_{}", i));
429+
let path = PathBuf::from(format!("/tmp/test_{i}"));
430430
update_cache(path, i * 1024);
431431
}
432432

0 commit comments

Comments
 (0)