Convert 'import' to 'use'. Remove 'import' keyword.
This commit is contained in:
@@ -10,10 +10,8 @@ use ext::base::mk_ctxt;
|
||||
|
||||
// Transitional reexports so qquote can find the paths it is looking for
|
||||
mod syntax {
|
||||
import ext;
|
||||
export ext;
|
||||
import parse;
|
||||
export parse;
|
||||
pub use ext;
|
||||
pub use parse;
|
||||
}
|
||||
|
||||
fn path(ids: ~[ident], span: span) -> @ast::path {
|
||||
|
||||
Reference in New Issue
Block a user