This commit is contained in:
Oliver Schneider 2018-03-05 08:33:37 +01:00 committed by GitHub
parent 7b59557dcd
commit 5b48b03375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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 };