FN: needless_collect: collecting without turbofish #6932
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Lint name: needless_collect
I tried this code:
does not trigger the lint while
does
Meta
cargo clippy -V
:clippy 0.1.52 (36f1f04 2021-03-17)
rustc -Vv
:The text was updated successfully, but these errors were encountered: