mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
Run cargo dev fmt
This commit is contained in:
parent
e320dd3042
commit
854f2cef06
1 changed files with 1 additions and 1 deletions
|
@ -3886,7 +3886,7 @@ fn lint_from_iter(cx: &LateContext<'_>, expr: &hir::Expr<'_>, args: &[hir::Expr<
|
|||
"use `.collect()` instead of `::from_iter()`",
|
||||
"consider using",
|
||||
format!("`{}.collect()`", iter_expr),
|
||||
Applicability::MaybeIncorrect
|
||||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue