rust-lang/rust-clippy

detect #[allow(warnings)] and issue an unsilenceable warning

Open

#1648 opened on Mar 31, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (10,406 stars) (1,391 forks)batch import
S-needs-discussionT-ASTgood first issue

Description

because if you use clippy, you opt in to warnings, why would you opt out again?

Contributor guide