🎨 Aplica formato Rust 2024 (rustfmt.toml)
This commit is contained in:
parent
9c58d5e1d6
commit
7553ed35ec
31 changed files with 51 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::{global, trace};
|
||||
|
||||
use super::languages::LANGUAGES;
|
||||
use super::{langid, LanguageIdentifier};
|
||||
use super::{LanguageIdentifier, langid};
|
||||
|
||||
use std::sync::LazyLock;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use crate::html::{Markup, PreEscaped};
|
||||
use crate::{include_locales, AutoDefault, CowStr};
|
||||
use crate::{AutoDefault, CowStr, include_locales};
|
||||
|
||||
use super::{LangId, Locale};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use crate::util;
|
||||
|
||||
use super::{langid, LanguageIdentifier};
|
||||
use super::{LanguageIdentifier, langid};
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::sync::LazyLock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue