Add comma

This commit is contained in:
Samuel E. Moelius III 2021-12-13 12:27:47 -05:00
parent 3807905e08
commit cb609a9904

View file

@ -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.