mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Typo
This commit is contained in:
parent
7b59557dcd
commit
5b48b03375
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn main() {
|
|||
let _ = ..=end;
|
||||
let _ = start..=end;
|
||||
|
||||
// TODO: the followings shoule be linted
|
||||
// TODO: the following should be linted
|
||||
let _ = ::std::ops::RangeFrom { start: start };
|
||||
let _ = ::std::ops::RangeTo { end: end };
|
||||
let _ = ::std::ops::Range { start: start, end: end };
|
||||
|
|
Loading…
Reference in a new issue