🔥 Elimina anotaciones #[inline] para evitar abuso
This commit is contained in:
parent
700bca7258
commit
11763d097d
13 changed files with 12 additions and 26 deletions
|
|
@ -64,7 +64,6 @@ impl BorderColor {
|
|||
/// assert_eq!(BorderColor::Black.to_class(), "border-black");
|
||||
/// assert_eq!(BorderColor::Default.to_class(), "");
|
||||
/// ```
|
||||
#[inline]
|
||||
pub fn to_class(self) -> String {
|
||||
if let Some(suffix) = self.suffix() {
|
||||
let base_len = match self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue