Fix ambiguous glob export warnings in rust 1.70
This commit is contained in:
parent
9d6b3744f7
commit
e67e6e6f70
2 changed files with 7 additions and 5 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue