mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Add comma
This commit is contained in:
parent
3807905e08
commit
cb609a9904
1 changed files with 1 additions and 1 deletions
|
@ -1993,7 +1993,7 @@ impl_lint_pass!(Methods => [
|
|||
EXTEND_WITH_DRAIN,
|
||||
MANUAL_SPLIT_ONCE,
|
||||
NEEDLESS_SPLITN,
|
||||
UNNECESSARY_TO_OWNED
|
||||
UNNECESSARY_TO_OWNED,
|
||||
]);
|
||||
|
||||
/// Extracts a method call name, args, and `Span` of the method name.
|
||||
|
|
Loading…
Add table
Reference in a new issue