Skip to content

Commit 9bfb7f7

Browse files
committed
fix imports
1 parent fcebe3b commit 9bfb7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/btree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use alloc::boxed::Box;
1919
use vec::Vec;
2020
use core::mem;
2121
use core::iter::range_inclusive;
22-
use {Mutable, MutableMap, Map};
22+
use {Mutable, MutableMap, Map, MutableSeq};
2323

2424
/// "Order" of the B-tree, from which all other properties are derived
2525
static B: uint = 6;

0 commit comments

Comments
 (0)