diff options
author | Blaž Hrastnik | 2020-05-28 05:59:50 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-05-28 05:59:50 +0000 |
commit | 1984410ac998ac5561f4a3de87d3d125f2f61178 (patch) | |
tree | a9a267d6db8763733da5bf468cad870be3acb650 /helix-core/src/lib.rs | |
parent | e52e848fd72f2d7fdc9ebe1c8f7bf215d85a02ee (diff) |
Selection mapping over changesets.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r-- | helix-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index e027f943..421d8f3c 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -13,4 +13,4 @@ pub use selection::Selection; pub use state::State; -pub use transaction::{Change, ChangeSet, Transaction}; +pub use transaction::{Assoc, Change, ChangeSet, Transaction}; |