Fix compile errors

This commit is contained in:
Antonio Scandurra 2023-06-02 10:08:06 +02:00
parent 20e65a533c
commit cf934ab696
3 changed files with 7 additions and 7 deletions

View file

@ -31,6 +31,7 @@ use copilot::Copilot;
pub use display_map::DisplayPoint;
use display_map::*;
pub use editor_settings::EditorSettings;
pub use element::RenderExcerptHeaderParams;
pub use element::{
Cursor, EditorElement, HighlightedRange, HighlightedRangeLine, LineWithInvisibles,
};