🎨 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::core::component::Context;
|
||||
use crate::html::assets::Asset;
|
||||
use crate::html::{html, Markup, PreEscaped};
|
||||
use crate::{util, AutoDefault, CowStr, Weight};
|
||||
use crate::html::{Markup, PreEscaped, html};
|
||||
use crate::{AutoDefault, CowStr, Weight, util};
|
||||
|
||||
/// Define el origen del recurso JavaScript y cómo debe cargarse en el navegador.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue