mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
fix typos
This commit is contained in:
parent
aa3d9ca0e9
commit
24a6130da2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ fn main() {
|
||||||
1 + 2, 3
|
1 + 2, 3
|
||||||
- 4, 5
|
- 4, 5
|
||||||
];
|
];
|
||||||
// lint if it doesnt
|
// lint if it doesn't
|
||||||
let _ = &[
|
let _ = &[
|
||||||
-1
|
-1
|
||||||
-4,
|
-4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue