Fix rust 1.72 warnings about shadowed glob re-exports
This commit is contained in:
parent
404f76739c
commit
f798be6e27
6 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ use crate::{
|
|||
CodeLabel, LanguageScope, Outline,
|
||||
};
|
||||
use anyhow::{anyhow, Result};
|
||||
use clock::ReplicaId;
|
||||
pub use clock::ReplicaId;
|
||||
use fs::LineEnding;
|
||||
use futures::FutureExt as _;
|
||||
use gpui::{fonts::HighlightStyle, AppContext, Entity, ModelContext, Task};
|
||||
|
|
|
@ -18,7 +18,7 @@ use futures::{
|
|||
FutureExt, TryFutureExt as _,
|
||||
};
|
||||
use gpui::{executor::Background, AppContext, AsyncAppContext, Task};
|
||||
use highlight_map::HighlightMap;
|
||||
pub use highlight_map::HighlightMap;
|
||||
use lazy_static::lazy_static;
|
||||
use lsp::{CodeActionKind, LanguageServerBinary};
|
||||
use parking_lot::{Mutex, RwLock};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue