FuelLabs/sway

Add `warning` for unused `import`s

Open

#1,298 opened on 2022年4月19日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)Rust (5,421 forks)batch import
DCAODHack12P: lowcompiler: uigood first issueteam:compiler

Repository metrics

Stars
 (61,702 stars)
PR merge metrics
 (平均マージ 22h 6m) (30d で 16 merged PRs)

説明

use foo::bar;
use baz::qux; <-- warning: unused import

fn main() {
    let bar = bar::new();
}

コントリビューターガイド