Remove invalid #[cfg(tests)] in index_map

This commit is contained in:
Loïc BRANSTETT 2022-02-23 18:22:28 +01:00
parent 65f6d33b77
commit 08e1e67b49

View file

@ -152,6 +152,3 @@ impl<I: Idx, K, V> std::ops::Index<I> for SortedIndexMultiMap<I, K, V> {
&self.items[idx].1
}
}
#[cfg(tests)]
mod tests;