update prettier2, call2 and project2 to use fs2
This commit is contained in:
parent
78573fb140
commit
b34f0c3bee
8 changed files with 17 additions and 17 deletions
|
@ -13,7 +13,7 @@ use client2::{
|
|||
Client, ParticipantIndex, TypedEnvelope, User, UserStore,
|
||||
};
|
||||
use collections::{BTreeMap, HashMap, HashSet};
|
||||
use fs::Fs;
|
||||
use fs2::Fs;
|
||||
use futures::{FutureExt, StreamExt};
|
||||
use gpui2::{
|
||||
AppContext, AsyncAppContext, Context, EventEmitter, Model, ModelContext, Task, WeakModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue