We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3afe5b commit 3c7c661Copy full SHA for 3c7c661
src/uucore/src/lib/features/i18n/collator.rs
@@ -54,7 +54,7 @@ pub fn init_collator(opts: CollatorOptions) {
54
/// }
55
/// ```
56
pub fn init_locale_collation() -> bool {
57
- use crate::i18n::{get_locale_encoding, UEncoding};
+ use crate::i18n::{UEncoding, get_locale_encoding};
58
59
// Check if we need locale-aware collation
60
if get_locale_encoding() != UEncoding::Utf8 {
0 commit comments