mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Always compile hir_id_validator.
Making this compilation conditional causes an unused crate dependency warning.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
mod diagnostic_items;
|
||||
pub mod entry;
|
||||
mod errors;
|
||||
#[cfg(debug_assertions)]
|
||||
pub mod hir_id_validator;
|
||||
pub mod input_stats;
|
||||
mod lang_items;
|
||||
|
||||
Reference in New Issue
Block a user