core tests: Add use vec; directive inside core::hashmap tests

This is probably to work around a bug.
This commit is contained in:
Tim Chevalier 2013-01-29 20:43:44 -08:00
parent 90cee95e51
commit 4b8dfad5cd

View File

@ -668,6 +668,7 @@ mod test_map {
#[test]
mod test_set {
use super::*;
use vec;
#[test]
fn test_disjoint() {