Naming convention #1335
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
At work I have a VS plugin warning about names such as
TOMLParser
. According to Rust's naming conventions, this should beTomlParser
.We should warn on more that 2 consecutive capital letters in a name.
The text was updated successfully, but these errors were encountered: