rust-lang/rust-clippy

Lint for unused arguments starting with a _

Open

#3,219 opened on 2018年9月25日

GitHub で見る
 (11 comments) (0 reactions) (0 assignees)Rust (1,391 forks)batch import
A-lintL-stylegood first issue

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (平均マージ 19d 22h) (30d で 113 merged PRs)

説明

In response to this comment

I think the idea here would be to recommend removal of arguments that are ignored and never referenced.

On the flip side, I'm wondering if it would make sense to also lint for used arguments starting _ which recommends removing the _, because that came up in the same review.

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