Fix fs2 import on zed
This commit is contained in:
parent
b875be9689
commit
693246ba26
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ use cli::{
|
|||
CliRequest, CliResponse, IpcHandshake, FORCE_CLI_MODE_ENV_VAR_NAME,
|
||||
};
|
||||
use db2::kvp::KEY_VALUE_STORE;
|
||||
use fs::RealFs;
|
||||
use fs2::RealFs;
|
||||
use futures::{channel::mpsc, SinkExt, StreamExt};
|
||||
use gpui2::{App, AppContext, AsyncAppContext, SemanticVersion, Task};
|
||||
use isahc::{prelude::Configurable, Request};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue