great renaming propagation: syntax

This commit is contained in:
Corey Richardson 2013-06-24 20:40:33 -04:00
parent 032dcc57e8
commit 0d471d310d
57 changed files with 97 additions and 222 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use core::prelude::*;
use abi;
use abi::AbiSet;
use ast::{Sigil, BorrowedSigil, ManagedSigil, OwnedSigil};
@ -92,10 +90,10 @@ use parse::{new_sub_parser_from_file, next_node_id, ParseSess};
use opt_vec;
use opt_vec::OptVec;
use core::either::Either;
use core::either;
use core::hashmap::HashSet;
use core::vec;
use std::either::Either;
use std::either;
use std::hashmap::HashSet;
use std::vec;
#[deriving(Eq)]
enum restriction {