librustc: De-export ty. rs=deexporting

This commit is contained in:
Patrick Walton 2013-01-30 12:17:17 -08:00
parent 762ae4464e
commit 684aa2b7fd
2 changed files with 338 additions and 505 deletions
src/librustc

File diff suppressed because it is too large Load Diff

@ -77,7 +77,6 @@ pub mod middle {
pub mod reachable;
pub mod machine;
}
#[legacy_exports]
pub mod ty;
#[legacy_exports]
pub mod resolve;