Skip to content

Commit af70d2b

Browse files
committed
fix imports
1 parent 9bfb7f7 commit af70d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcollections/btree.rs

+1
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ mod test {
828828
use std::prelude::*;
829829

830830
use super::BTree;
831+
use {Map, MutableMap, Mutable, MutableSeq};
831832

832833
#[test]
833834
fn test_basic() {

0 commit comments

Comments
 (0)