Skip to content

Commit

Permalink
Add a comment reminding to update README if the default changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sigustin committed Oct 12, 2018
1 parent 34fd4af commit 4e20625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clippy_lints/src/lib.rs
Expand Up @@ -46,6 +46,8 @@ extern crate syntax_pos;

use toml;

// Currently, categories "style", "correctness", "complexity" and "perf" are enabled by default,
// as said in the README.md of this repository. If this changes, please update README.md.
macro_rules! declare_clippy_lint {
{ pub $name:tt, style, $description:tt } => {
declare_tool_lint! { pub clippy::$name, Warn, $description, report_in_external_macro: true }
Expand Down

0 comments on commit 4e20625

Please sign in to comment.