Change from core::ops::RangeFull to std::ops

This commit is contained in:
Nick Cameron
2015-01-28 18:16:00 +13:00
parent bf2b473816
commit 023d49e347
6 changed files with 9 additions and 9 deletions

View File

@@ -2532,7 +2532,7 @@ impl<'a> Parser<'a> {
// something for RangeFull.
hi = self.last_span.hi;
let idents = vec![token::str_to_ident("core"),
let idents = vec![token::str_to_ident("std"),
token::str_to_ident("ops"),
token::str_to_ident("RangeFull")];
let segments = idents.into_iter().map(|ident| {