Remove re-export.

This commit is contained in:
Camille GILLOT
2020-11-14 16:48:54 +01:00
parent c355b2e5cd
commit 02025d86ac
31 changed files with 35 additions and 26 deletions

View File

@@ -6,10 +6,10 @@
//!
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/borrow_check.html
use crate::ich::{NodeIdHashingMode, StableHashingContext};
use crate::ty::TyCtxt;
use rustc_hir as hir;
use rustc_hir::Node;
use rustc_query_system::ich::{NodeIdHashingMode, StableHashingContext};
use rustc_data_structures::fx::FxHashMap;
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};