great renaming propagation: syntax
This commit is contained in:
parent
032dcc57e8
commit
0d471d310d
57 changed files with 97 additions and 222 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue