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