Fully remove rustc_middle::ich.

This commit is contained in:
Camille GILLOT 2020-11-14 17:04:40 +01:00
parent 02025d86ac
commit 471cb5c149
4 changed files with 1 additions and 4 deletions

View file

@ -84,7 +84,6 @@ pub mod arena;
#[macro_use]
pub mod dep_graph;
pub mod hir;
pub mod ich;
pub mod infer;
pub mod lint;
pub mod middle;