librustc: De-export driver. rs=deexport
This commit is contained in:
parent
b070590564
commit
3105bcfdc1
6 changed files with 218 additions and 239 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue