1
Fork 0

Great renaming: propagate throughout the rest of the codebase

This commit is contained in:
Corey Richardson 2013-06-28 18:32:26 -04:00
parent 0326b0abed
commit 1662bd371c
203 changed files with 808 additions and 1086 deletions

View file

@ -8,11 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use core::prelude::*;
use driver::session::Session;
use core::vec;
use std::vec;
use syntax::ast;
use syntax::attr;
use syntax::codemap::dummy_sp;