mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
core tests: Add use vec; directive inside core::hashmap tests
This is probably to work around a bug.
This commit is contained in:
@@ -668,6 +668,7 @@ pub fn test_expand() {
|
||||
#[test]
|
||||
mod test_set {
|
||||
use super::*;
|
||||
use vec;
|
||||
|
||||
#[test]
|
||||
fn test_disjoint() {
|
||||
|
||||
Reference in New Issue
Block a user