From 0d471d310ded00283338ae28350b304e0f36e562 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Mon, 24 Jun 2013 20:40:33 -0400 Subject: great renaming propagation: syntax --- src/libsyntax/parse/token.rs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/libsyntax/parse/token.rs') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index d40b96f077b..2ddae73a3fc 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::prelude::*; - use ast; use ast::Name; use ast_util; @@ -17,12 +15,12 @@ use parse::token; use util::interner::StrInterner; use util::interner; -use core::cast; -use core::char; -use core::cmp::Equiv; -use core::local_data; -use core::rand; -use core::rand::RngUtil; +use std::cast; +use std::char; +use std::cmp::Equiv; +use std::local_data; +use std::rand; +use std::rand::RngUtil; #[deriving(Encodable, Decodable, Eq)] pub enum binop { -- cgit 1.4.1-3-g733a5