1
Fork 0

librustc: De-export driver. rs=deexport

This commit is contained in:
Patrick Walton 2013-01-29 15:16:07 -08:00
parent b070590564
commit 3105bcfdc1
6 changed files with 218 additions and 239 deletions

View file

@ -8,16 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[legacy_exports];
pub use syntax::diagnostic;
use syntax::diagnostic;
export diagnostic;
export driver;
export session;
#[legacy_exports]
mod driver;
#[legacy_exports]
mod session;
pub mod driver;
pub mod session;