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
|
@ -1,4 +1,4 @@
|
|||
use crate::{search::PathMatcher, worktree::WorktreeHandle, Event, *};
|
||||
use crate::{search::PathMatcher, worktree::WorktreeModelHandle, Event, *};
|
||||
use fs::{FakeFs, LineEnding, RealFs};
|
||||
use futures::{future, StreamExt};
|
||||
use gpui::{executor::Deterministic, test::subscribe, AppContext};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue