Skip to content

Commit 854f2ce

Browse files
pitiK3Uflip1995
authored andcommitted
Run cargo dev fmt
1 parent e320dd3 commit 854f2ce

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ fn lint_from_iter(cx: &LateContext<'_>, expr: &hir::Expr<'_>, args: &[hir::Expr<
38863886
"use `.collect()` instead of `::from_iter()`",
38873887
"consider using",
38883888
format!("`{}.collect()`", iter_expr),
3889-
Applicability::MaybeIncorrect
3889+
Applicability::MaybeIncorrect,
38903890
);
38913891
}
38923892
}

0 commit comments

Comments
 (0)