🔥 Elimina anotaciones #[inline] para evitar abuso
This commit is contained in:
parent
700bca7258
commit
11763d097d
13 changed files with 12 additions and 26 deletions
|
|
@ -82,8 +82,8 @@ impl BreakPoint {
|
|||
/// let bp = BreakPoint::LG;
|
||||
/// assert_eq!(bp.class_with("", "3"), "");
|
||||
/// ```
|
||||
#[inline]
|
||||
pub(crate) fn class_with(self, prefix: &str, suffix: &str) -> String {
|
||||
#[doc(hidden)]
|
||||
pub fn class_with(self, prefix: &str, suffix: &str) -> String {
|
||||
if prefix.is_empty() {
|
||||
return String::new();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue