aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-05-26 09:11:11 +0000
committerBlaž Hrastnik2020-05-26 09:11:11 +0000
commit23109f15129e3c3e89181164197c384861324b48 (patch)
tree5e75fef54cabaf7492efe56d0facdf55ab71162f /helix-core/src/lib.rs
parent44ff4d3c1f5da05e57ce99ba9d67b80a334def83 (diff)
OT: changeset: Implement compose and apply.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index ceed961f..7b584401 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -10,4 +10,4 @@ pub use selection::Selection;
pub use state::State;
-pub use transaction::{Change, Transaction};
+pub use transaction::{Change, ChangeSet, Transaction};