Rustup
This commit is contained in:
parent
ff0e5f967f
commit
afd91248ed
81 changed files with 292 additions and 292 deletions
|
@ -68,7 +68,7 @@ declare_clippy_lint! {
|
|||
|
||||
pub struct MissingInline;
|
||||
|
||||
fn check_missing_inline_attrs(cx: &LateContext,
|
||||
fn check_missing_inline_attrs(cx: &LateContext<'_, '_>,
|
||||
attrs: &[ast::Attribute], sp: Span, desc: &'static str) {
|
||||
let has_inline = attrs
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue