Skip to content

Commit 29ed8fa

Browse files
committed
Always compile hir_id_validator.
Making this compilation conditional causes an unused crate dependency warning.
1 parent 5dc865f commit 29ed8fa

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_passes/src

1 file changed

+0
-1
lines changed

compiler/rustc_passes/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mod debugger_visualizer;
2323
mod diagnostic_items;
2424
pub mod entry;
2525
mod errors;
26-
#[cfg(debug_assertions)]
2726
pub mod hir_id_validator;
2827
pub mod input_stats;
2928
mod lang_items;

0 commit comments

Comments
 (0)