Skip to content

Commit 08e1e67

Browse files
committed
Remove invalid #[cfg(tests)] in index_map
1 parent 65f6d33 commit 08e1e67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_data_structures/src/sorted_map/index_map.rs

-3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,3 @@ impl<I: Idx, K, V> std::ops::Index<I> for SortedIndexMultiMap<I, K, V> {
152152
&self.items[idx].1
153153
}
154154
}
155-
156-
#[cfg(tests)]
157-
mod tests;

0 commit comments

Comments
 (0)