mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
uucore: locale: Fix clippy warning
This commit is contained in:
parent
45457cf718
commit
6eff5c9aee
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ invalid-syntax = This is { $missing
|
|||
|
||||
let result = init_localization(&locale, temp_dir.path(), "nonexistent_test_util");
|
||||
if let Err(e) = &result {
|
||||
eprintln!("Init localization failed: {}", e);
|
||||
eprintln!("Init localization failed: {e}");
|
||||
}
|
||||
assert!(result.is_ok());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue