mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
10e07cc484
Warn when `clippy::restriction` is enabled via the command line Currently it catches `#![warn(clippy::restriction)]`, it'll now catch `-W clippy::restriction` from the CLI. Also tweaks the message slightly changelog: [`blanket_clippy_restriction_lints`]: Warn when `clippy::restriction` is enabled via the command line