🔥 Elimina anotaciones #[inline] para evitar abuso

This commit is contained in:
Manuel Cillero 2025-12-17 12:35:21 +01:00
parent 95c6340fbf
commit db20cb7e67
13 changed files with 12 additions and 26 deletions

View file

@ -59,7 +59,6 @@ impl Width {
} */
/// Devuelve la clase asociada al comportamiento del contenedor según el ajuste de su ancho.
#[inline]
pub fn to_class(self) -> String {
match self {
Self::Default => BreakPoint::None.class_with(Self::CONTAINER, ""),