Skip to content

Commit b6d75a1

Browse files
committed
Remove unused code
1 parent 4f0c6f4 commit b6d75a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/project/src/buffer_store.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ use rpc::{
2121
AnyProtoClient, ErrorCode, ErrorExt as _, TypedEnvelope,
2222
proto::{self},
2323
};
24-
use smol::channel::Receiver;
25-
use std::{io, pin::pin, sync::Arc, time::Instant};
24+
25+
use std::{io, sync::Arc, time::Instant};
2626
use text::{BufferId, ReplicaId};
2727
use util::{ResultExt as _, TryFutureExt, debug_panic, maybe, paths::PathStyle, rel_path::RelPath};
2828
use worktree::{File, PathChange, ProjectEntryId, Worktree, WorktreeId};

0 commit comments

Comments
 (0)