about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--clippy_lints/src/methods/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs
index 6a61e662698..27189180248 100644
--- a/clippy_lints/src/methods/mod.rs
+++ b/clippy_lints/src/methods/mod.rs
@@ -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.