Fix ambiguous glob export warnings in rust 1.70

This commit is contained in:
Max Brunsfeld 2023-06-01 14:07:59 -07:00
parent 9d6b3744f7
commit e67e6e6f70
2 changed files with 7 additions and 5 deletions

View file

@ -31,7 +31,9 @@ use copilot::Copilot;
pub use display_map::DisplayPoint;
use display_map::*;
pub use editor_settings::EditorSettings;
pub use element::*;
pub use element::{
Cursor, EditorElement, HighlightedRange, HighlightedRangeLine, LineWithInvisibles,
};
use futures::FutureExt;
use fuzzy::{StringMatch, StringMatchCandidate};
use gpui::{