Move ordered operation
This commit is contained in:
parent
8e1123016b
commit
edca6f1717
3 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ mod cursor;
|
|||
mod edited_text;
|
||||
mod merge_context;
|
||||
mod operation;
|
||||
mod ordered_operation;
|
||||
|
||||
pub use cursor::{CursorPosition, TextWithCursors};
|
||||
pub use edited_text::EditedText;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@ pub mod common_prefix_len;
|
|||
pub mod common_suffix_len;
|
||||
pub mod find_longest_prefix_contained_within;
|
||||
pub mod merge_iters;
|
||||
pub mod ordered_operation;
|
||||
pub mod side;
|
||||
pub mod string_builder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue