🎨 Aplica formato Rust 2024 (rustfmt.toml)

This commit is contained in:
Manuel Cillero 2026-05-30 22:50:40 +02:00
parent 9c58d5e1d6
commit 7553ed35ec
31 changed files with 51 additions and 43 deletions

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::attrs::{ScaleSize, Side};
use crate::theme::BreakPoint;
use crate::theme::attrs::{ScaleSize, Side};
// **< Margin >*************************************************************************************

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::*;
use crate::LOCALES_BOOTSIER;
use crate::theme::*;
/// Componente para crear un **menú desplegable** ([`dropdown`]).
///

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::form;
use crate::LOCALES_BOOTSIER;
use crate::theme::form;
/// Componente para crear una **casilla de verificación** o un **interruptor** (*toggle switch*).
///

View file

@ -2,8 +2,8 @@
use pagetop::prelude::*;
use crate::theme::form;
use crate::LOCALES_BOOTSIER;
use crate::theme::form;
use std::fmt;

View file

@ -2,8 +2,8 @@
use pagetop::prelude::*;
use crate::theme::form;
use crate::LOCALES_BOOTSIER;
use crate::theme::form;
// **< Item >***************************************************************************************

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::form;
use crate::LOCALES_BOOTSIER;
use crate::theme::form;
/// Componente para crear un **área de texto** de formulario.
///

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::*;
use crate::LOCALES_BOOTSIER;
use crate::theme::*;
// **< ItemKind >***********************************************************************************

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::*;
use crate::LOCALES_BOOTSIER;
use crate::theme::*;
const TOGGLE_COLLAPSE: &str = "collapse";
const TOGGLE_OFFCANVAS: &str = "offcanvas";

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use crate::theme::*;
use crate::LOCALES_BOOTSIER;
use crate::theme::*;
/// Componente para crear un **panel lateral deslizante** ([`offcanvas`]).
///