rust-lang/rust-clippy

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

Open

#1,648 opened on Mar 31, 2017

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

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (Avg merge 19d 22h) (113 merged PRs in 30d)

Description

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

Contributor guide