aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorNathan Vegdahl2021-06-20 07:40:41 +0000
committerNathan Vegdahl2021-06-20 07:40:41 +0000
commit5d22e3c4e574eb24260966de7f20f582e6184e24 (patch)
tree7d5969855b6c98a66e8611b88f0b470ba9f5c18c /helix-core/src/lib.rs
parent8634e04a31f8f761b3d0505528295d31d63c7918 (diff)
Misc fixes and clean up of line ending detect code.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index d99bb66d..e00e56be 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -113,7 +113,6 @@ pub use diagnostic::Diagnostic;
pub use state::State;
pub use line_ending::{
- auto_detect_line_ending, get_line_ending, rope_slice_to_line_ending, LineEnding,
- DEFAULT_LINE_ENDING, line_end
+ auto_detect_line_ending, get_line_ending, line_end, LineEnding, DEFAULT_LINE_ENDING,
};
pub use transaction::{Assoc, Change, ChangeSet, Operation, Transaction};