Catch typos like 1_32
instead of 1_i32
#3091
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-correctness
Lint: Belongs in the correctness lint group
I missed a letter in a very subtle way that still compiled, so it might be a good candidate for linting:
when I meant to type
This, of course, made it do something very different from what I wanted...
The text was updated successfully, but these errors were encountered: