diff options
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}; |