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
@ -668,6 +668,7 @@ mod test_map {
|
||||
#[test]
|
||||
mod test_set {
|
||||
use super::*;
|
||||
use vec;
|
||||
|
||||
#[test]
|
||||
fn test_disjoint() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user