Move term, terminfo out of extra.

cc #8784
This commit is contained in:
xales
2014-01-30 19:15:10 -05:00
parent 8d7bd499d2
commit 51260f69cd
11 changed files with 27 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ This API is completely unstable and subject to change.
#[deny(non_camel_case_types)];
extern mod extra;
extern mod term;
pub mod util {
pub mod interner;