Skip to content

Commit b9aeda4

Browse files
committed
collections: fix running make check-stage1-collections
1 parent 0f39dc7 commit b9aeda4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libcollections/vec.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,8 +1552,11 @@ pub mod raw {
15521552

15531553
#[cfg(test)]
15541554
mod tests {
1555+
extern crate test;
1556+
15551557
use std::prelude::*;
15561558
use std::mem::size_of;
1559+
use test::Bencher;
15571560
use super::{unzip, raw, Vec};
15581561

15591562
#[test]

0 commit comments

Comments
 (0)