3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Rust1,391 forks (1,391 forks)batch import
A-lintL-correctnessT-middlegood first issue
Repository metrics
- Stars
- 10,406 stars (10,406 stars)
- PR merge metrics
- Avg merge 19d 22h (Avg merge 19d 22h)113 merged PRs in 30d (113 merged PRs in 30d)
Description
Also probably x == _ && x == _. This is either a duplicate (if both _ are equal) or always false (true for the former).
Contributor guide
- Research direction
- Examine the existing lint for 'x == && x == ' and similar patterns in the Clippy source code under clippy lints/src/.
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Prerequisites
- Rust