rust-lang / rust-clippy Public
Pinned issues
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
needless_borrow emitted for Iterator::take
C-bug
I-false-positive
#8475
opened Feb 26, 2022 by
willcrichton
New lint: Suggest using line doc comments for doc tests instead of doc block comments
A-lint
#8465
opened Feb 23, 2022 by
Enet4
undocumented_unsafe_blocks
false positive when safety comment is on the previous line
#8449
opened Feb 19, 2022 by
digama0
redundant_closure_for_method_calls suggest replacing closure with dependency of dependency method.
C-bug
#8447
opened Feb 19, 2022 by
kristof-mattei
Suggest replacing pattern matching with
map
or map_err
C-enhancement
#8436
opened Feb 15, 2022 by
lkts
CONTRIBUTING.md
instructions for rust-analyzer
are outdated
A-documentation
#8428
opened Feb 14, 2022 by
nsunderland1
clippy::redundant_closure: false positive when function returns ! but closure doesn't
C-bug
I-false-positive
#8416
opened Feb 11, 2022 by
Allen-Webb
Warn about struct patterns being used as a replacement for variable types
A-lint
#8413
opened Feb 11, 2022 by
xfix
unwrap-used not triggering for DashMap
C-bug
I-false-negative
#8399
opened Feb 6, 2022 by
laralove143
New lint: function takes slice and treats it as an array
A-lint
#8397
opened Feb 5, 2022 by
paolobarbolini
unnecessary_lazy_evaluations help produces code which formatted differently than rustfmt
C-bug
#8394
opened Feb 4, 2022 by
Fishrock123
unnecessary_lazy_evaluations missing / wrong hint information
C-bug
I-suggestion-causes-error
#8393
opened Feb 4, 2022 by
Fishrock123
needless_question_mark not ignored properly when implicitly returned
C-bug
I-false-positive
#8392
opened Feb 3, 2022 by
trinity-1686a
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.