fix fallout from previous commit
This commit is contained in:
parent
bd4d456138
commit
91f514cc83
234 changed files with 373 additions and 371 deletions
|
|
@ -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}"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue