Fix test fallout from removing vecs_implicitly_copyable
This commit is contained in:
parent
5614e83e81
commit
ffcc680f9c
14 changed files with 52 additions and 62 deletions
|
|
@ -102,7 +102,6 @@ impl<E:CLike> BitAnd<EnumSet<E>, EnumSet<E>> for EnumSet<E> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use core;
|
||||
use core::iter;
|
||||
use util::enum_set::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue