diff options
author | Jan Hrastnik | 2021-06-16 15:05:14 +0000 |
---|---|---|
committer | Jan Hrastnik | 2021-06-16 15:05:14 +0000 |
commit | 5eb69183926ab2f781aa08abf587ba338027854b (patch) | |
tree | a2da3255e2d45f1db47abe05aa542d7c7a15bcd8 /helix-view/src/lib.rs | |
parent | 17f69a03e0bd6c7bee7e26237dc47dfa0e0dd7c9 (diff) |
resolved conflict in rebase
Diffstat (limited to 'helix-view/src/lib.rs')
-rw-r--r-- | helix-view/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index e8c12af7..7e253320 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -10,7 +10,6 @@ new_key_type! { pub struct DocumentId; } new_key_type! { pub struct ViewId; } pub use document::Document; -pub use document::LineEnding; pub use editor::Editor; pub use register_selection::RegisterSelection; pub use theme::Theme; |