]> git.lizzy.rs Git - rust.git/commitdiff
Typo
authorOliver Schneider <oli-obk@users.noreply.github.com>
Mon, 5 Mar 2018 07:33:37 +0000 (08:33 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 07:33:37 +0000 (08:33 +0100)
tests/ui/redundant_field_names.rs

index 4ffd0e4cc62995c2a1e5464d42778ecc201f4a30..8a17ab0c9b67229b2d44e618df375a094c58ca74 100644 (file)
@@ -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 };