Skip to content

Commit

Permalink
Automatic deploy to GitHub Pages: 96c2e62
Browse files Browse the repository at this point in the history
  • Loading branch information
GHA CI committed Feb 13, 2020
1 parent f0da14e commit 2052bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/lints.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"Known problems": "None.",
"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```"
},
"group": "complexity",
"group": "style",
"id": "chars_next_cmp",
"level": "Warn"
},
Expand Down

0 comments on commit 2052bcf

Please sign in to comment.