Remove LangItems::require

It's just a short wrapper used by `tcx.require_lang_item`. Deleting it
gives us a negative diff.
This commit is contained in:
Nilstrieb
2023-05-16 19:23:38 +02:00
parent cba14074bb
commit c3efa51947
9 changed files with 20 additions and 38 deletions

View File

@@ -30,7 +30,6 @@ pub mod def;
pub mod def_path_hash_map;
pub mod definitions;
pub mod diagnostic_items;
pub mod errors;
pub use rustc_span::def_id;
mod hir;
pub mod hir_id;