Remove rustc_hir reexports in rustc::hir.

This commit is contained in:
Mazdak Farrokhzad
2020-01-05 02:37:57 +01:00
parent 1c091bba51
commit ebfd8673a7
340 changed files with 866 additions and 826 deletions

View File

@@ -27,6 +27,7 @@ extern crate rustc_driver;
extern crate rustc_error_codes;
extern crate rustc_expand;
extern crate rustc_feature;
extern crate rustc_hir;
extern crate rustc_index;
extern crate rustc_interface;
extern crate rustc_lexer;