We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f6d33 commit 08e1e67Copy full SHA for 08e1e67
compiler/rustc_data_structures/src/sorted_map/index_map.rs
@@ -152,6 +152,3 @@ impl<I: Idx, K, V> std::ops::Index<I> for SortedIndexMultiMap<I, K, V> {
152
&self.items[idx].1
153
}
154
155
-
156
-#[cfg(tests)]
157
-mod tests;
0 commit comments