core tests: Add use vec; directive inside core::hashmap tests
This is probably to work around a bug.
This commit is contained in:
parent
90cee95e51
commit
4b8dfad5cd
1 changed files with 1 additions and 0 deletions
|
|
@ -668,6 +668,7 @@ mod test_map {
|
|||
#[test]
|
||||
mod test_set {
|
||||
use super::*;
|
||||
use vec;
|
||||
|
||||
#[test]
|
||||
fn test_disjoint() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue