libsyntax: De-export libsyntax. rs=deexporting

This commit is contained in:
Patrick Walton
2013-01-29 14:41:40 -08:00
parent a80a65b3b7
commit b070590564
22 changed files with 575 additions and 606 deletions

View File

@@ -101,16 +101,13 @@ use core::vec;
use std::map;
use std::map::HashMap;
export expand_auto_encode;
export expand_auto_decode;
// Transitional reexports so qquote can find the paths it is looking for
mod syntax {
pub use ext;
pub use parse;
}
fn expand_auto_encode(
pub fn expand_auto_encode(
cx: ext_ctxt,
span: span,
_mitem: ast::meta_item,
@@ -165,7 +162,7 @@ fn expand_auto_encode(
}
}
fn expand_auto_decode(
pub fn expand_auto_decode(
cx: ext_ctxt,
span: span,
_mitem: ast::meta_item,