Skip to content

Commit ddf8247

Browse files
committed
auto merge of #7629 : thestinger/rust/rope, r=graydon
It's broken/unmaintained and needs to be rewritten to avoid managed pointers and needless copies. A full rewrite is necessary and the API will need to be redone so it's not worth keeping this around (#7628). Closes #2236, #2744
2 parents 28643d4 + 01833de commit ddf8247

File tree

3 files changed

+1
-1445
lines changed

3 files changed

+1
-1445
lines changed

src/libextra/extra.rs

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub mod deque;
7272
pub mod fun_treemap;
7373
pub mod list;
7474
pub mod priority_queue;
75-
pub mod rope;
7675
pub mod smallintmap;
7776

7877
pub mod sort;

0 commit comments

Comments
 (0)