We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b59557 commit 5b48b03Copy full SHA for 5b48b03
tests/ui/redundant_field_names.rs
@@ -39,7 +39,7 @@ fn main() {
39
let _ = ..=end;
40
let _ = start..=end;
41
42
- // TODO: the followings shoule be linted
+ // TODO: the following should be linted
43
let _ = ::std::ops::RangeFrom { start: start };
44
let _ = ::std::ops::RangeTo { end: end };
45
let _ = ::std::ops::Range { start: start, end: end };
0 commit comments