fix fallout from previous commit

This commit is contained in:
y21 2024-03-23 06:52:11 +01:00
parent bd4d456138
commit 91f514cc83
234 changed files with 373 additions and 371 deletions

View file

@ -64,7 +64,7 @@ fn check_missing_inline_attrs(cx: &LateContext<'_>, attrs: &[ast::Attribute], sp
cx,
MISSING_INLINE_IN_PUBLIC_ITEMS,
sp,
&format!("missing `#[inline]` for {desc}"),
format!("missing `#[inline]` for {desc}"),
);
}
}