diff --git a/compiler/rustc_data_structures/src/sorted_map/index_map.rs b/compiler/rustc_data_structures/src/sorted_map/index_map.rs index 593316e2699..0ec32dc4307 100644 --- a/compiler/rustc_data_structures/src/sorted_map/index_map.rs +++ b/compiler/rustc_data_structures/src/sorted_map/index_map.rs @@ -152,6 +152,3 @@ impl std::ops::Index for SortedIndexMultiMap { &self.items[idx].1 } } - -#[cfg(tests)] -mod tests;