Skip to content

Commit 1d20d71

Browse files
authored
Merge pull request #8432 from drinkcat/clippy-fix
uucore: locale: Fix clippy warning
2 parents 45457cf + 6eff5c9 commit 1d20d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/mods/locale.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ invalid-syntax = This is { $missing
747747

748748
let result = init_localization(&locale, temp_dir.path(), "nonexistent_test_util");
749749
if let Err(e) = &result {
750-
eprintln!("Init localization failed: {}", e);
750+
eprintln!("Init localization failed: {e}");
751751
}
752752
assert!(result.is_ok());
753753

0 commit comments

Comments
 (0)