Only keep a single well-formed query.

This commit is contained in:
Camille GILLOT
2022-06-12 00:47:21 +02:00
parent 21e9336fe8
commit 9ae2546907
27 changed files with 225 additions and 446 deletions

View File

@@ -27,7 +27,6 @@ pub use rustc_span::def_id;
mod hir;
pub mod hir_id;
pub mod intravisit;
pub mod itemlikevisit;
pub mod lang_items;
pub mod pat_util;
mod stable_hash_impls;