Skip to content

Commit 2052bcf

Browse files
author
GHA CI
committed
Automatic deploy to GitHub Pages: 96c2e62
1 parent f0da14e commit 2052bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/lints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"Known problems": "None.",
302302
"Example": "```rust\nlet name = \"foo\";\nif name.chars().next() == Some('_') {};\n```\nCould be written as\n```rust\nlet name = \"foo\";\nif name.starts_with('_') {};\n```"
303303
},
304-
"group": "complexity",
304+
"group": "style",
305305
"id": "chars_next_cmp",
306306
"level": "Warn"
307307
},

0 commit comments

Comments
 (0)