mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Add a comment reminding to update README if the default changes
This commit is contained in:
parent
34fd4af503
commit
4e20625187
1 changed files with 2 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue