no need to special case std

This commit is contained in:
Douglas Campos 2018-08-27 12:36:30 +00:00
parent 32da6ccc49
commit ae853752d8
2 changed files with 7 additions and 11 deletions

View file

@ -9,11 +9,11 @@ LL | use crate::plumbing::Drain;
|
LL | use std::collections::binary_heap::Drain;
|
LL | use std::collections::binary_heap::Drain;
|
LL | use std::collections::hash_map::Drain;
|
and 9 other candidates
LL | use std::collections::hash_set::Drain;
|
and 3 other candidates
error: aborting due to previous error