Remove invalid #[cfg(tests)] in index_map
This commit is contained in:
parent
65f6d33b77
commit
08e1e67b49
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue