Skip to content

Commit cb609a9

Browse files
committed
Add comma
1 parent 3807905 commit cb609a9

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
@@ -1993,7 +1993,7 @@ impl_lint_pass!(Methods => [
19931993
EXTEND_WITH_DRAIN,
19941994
MANUAL_SPLIT_ONCE,
19951995
NEEDLESS_SPLITN,
1996-
UNNECESSARY_TO_OWNED
1996+
UNNECESSARY_TO_OWNED,
19971997
]);
19981998

19991999
/// Extracts a method call name, args, and `Span` of the method name.

0 commit comments

Comments
 (0)