remove extra::rope
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. Closes #2236, #2744
This commit is contained in:
parent
3e933b199c
commit
01833de7ea
3 changed files with 1 additions and 1445 deletions
|
|
@ -74,7 +74,6 @@ pub mod deque;
|
|||
pub mod fun_treemap;
|
||||
pub mod list;
|
||||
pub mod priority_queue;
|
||||
pub mod rope;
|
||||
pub mod smallintmap;
|
||||
|
||||
pub mod sort;
|
||||
|
|
|
|||
1442
src/libextra/rope.rs
1442
src/libextra/rope.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue