Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4e20625

Browse files
authored
Add a comment reminding to update README if the default changes
1 parent 34fd4af commit 4e20625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clippy_lints/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ extern crate syntax_pos;
4646

4747
use toml;
4848

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

0 commit comments

Comments
 (0)