We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb93c24 commit 8e39c8fCopy full SHA for 8e39c8f
src/tools/clippy/clippy_lints/src/methods/needless_collect.rs
@@ -127,7 +127,7 @@ pub(super) fn check<'tcx>(
127
}
128
129
130
-/// checks for for collecting into a (generic) method or function argument
+/// checks for collecting into a (generic) method or function argument
131
/// taking an `IntoIterator`
132
fn check_collect_into_intoiterator<'tcx>(
133
cx: &LateContext<'tcx>,
0 commit comments