Skip to content

Commit 40e3577

Browse files
committed
libcore: missed an import for a test
1 parent ef3a8eb commit 40e3577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/at_vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ pub mod raw {
282282
#[cfg(test)]
283283
mod test {
284284
use super::*;
285+
use prelude::*;
285286

286287
#[test]
287288
fn test() {

0 commit comments

Comments
 (0)