Skip to content

Commit 5b48b03

Browse files
authored
Typo
1 parent 7b59557 commit 5b48b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/redundant_field_names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn main() {
3939
let _ = ..=end;
4040
let _ = start..=end;
4141

42-
// TODO: the followings shoule be linted
42+
// TODO: the following should be linted
4343
let _ = ::std::ops::RangeFrom { start: start };
4444
let _ = ::std::ops::RangeTo { end: end };
4545
let _ = ::std::ops::Range { start: start, end: end };

0 commit comments

Comments
 (0)