diff --git a/helix-core/src/transaction.rs b/helix-core/src/transaction.rs index daf4a77e8..2f9eb0903 100644 --- a/helix-core/src/transaction.rs +++ b/helix-core/src/transaction.rs @@ -577,7 +577,7 @@ impl<'a> Iterator for ChangeIterator<'a> { #[cfg(test)] mod test { use super::*; - use crate::State; + use crate::history::State; #[test] fn composition() {