8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust5,421 forks (5,421 forks)batch import
DCAODHack12P: lowcompiler: uigood first issueteam:compiler
Repository metrics
- Stars
- 61,702 stars (61,702 stars)
- PR merge metrics
- Avg merge 22h 6m (Avg merge 22h 6m)16 merged PRs in 30d (16 merged PRs in 30d)
Description
use foo::bar;
use baz::qux; <-- warning: unused import
fn main() {
let bar = bar::new();
}
Contributor guide
- Research direction
- Investigate the Sway compiler's existing linting infrastructure and add a warning for unused imports similar to Rust's unused imports lint.
- Tech stack
- rust
- Domain
- blockchain
- Issue type
- Feature
- Prerequisites
- Rust