2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,391 forks (1,391 forks)batch import
A-lintE-hardL-correctnessT-middlegood first issue
Repository metrics
- Stars
- 10,406 stars (10,406 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Study existing Clippy lints that check for panics (e.g., `panic` lint) and understand the lint registration system. Then implement a new lint that detects unwrap calls inside `Drop` impls by traversing function bodies of `drop` methods.
- Tech stack
- rust
- Domain
- developer experience
- Issue type
- Feature
- Prerequisites
- Rust