Skip to content

Commit 4b8dfad

Browse files
committed
core tests: Add use vec; directive inside core::hashmap tests
This is probably to work around a bug.
1 parent 90cee95 commit 4b8dfad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/hashmap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ mod test_map {
668668
#[test]
669669
mod test_set {
670670
use super::*;
671+
use vec;
671672

672673
#[test]
673674
fn test_disjoint() {

0 commit comments

Comments
 (0)