diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-07 00:14:24 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-07 00:14:24 +0300 |
| commit | 3b3bcf1306857e0607010d657a1c9cc0b846d977 (patch) | |
| tree | d0b9e3f9b506dbe9f87c6fb3e7acb533ea69901d /init/src/host/locale.rs | |
| parent | 772093279e1dd162a47e2dfe50d9a9ae0192d750 (diff) | |
Autofmt, updated `TODO.md`
Diffstat (limited to 'init/src/host/locale.rs')
| -rw-r--r-- | init/src/host/locale.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/src/host/locale.rs b/init/src/host/locale.rs index a440792..2af07f4 100644 --- a/init/src/host/locale.rs +++ b/init/src/host/locale.rs @@ -2,7 +2,6 @@ // Main logic implemented but how i think it can contain with broken logic or checks // At least if check failed it set C.UTF8 (fallback locale) - use crate::host::timezone::set_timezone; use crate::log::{log_success, log_warning}; use std::fs; |
