From b6d75a1ba220e20e039b4625007d0549e7673ee3 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:52:52 +0200 Subject: [PATCH] Remove unused code --- crates/project/src/buffer_store.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/project/src/buffer_store.rs b/crates/project/src/buffer_store.rs index 78873022f3c34b668fe50876f53f0c90dcd21d99..51bca611f4b69546cc358cb59724dbb7f98d219e 100644 --- a/crates/project/src/buffer_store.rs +++ b/crates/project/src/buffer_store.rs @@ -21,8 +21,8 @@ use rpc::{ AnyProtoClient, ErrorCode, ErrorExt as _, TypedEnvelope, proto::{self}, }; -use smol::channel::Receiver; -use std::{io, pin::pin, sync::Arc, time::Instant}; + +use std::{io, sync::Arc, time::Instant}; use text::{BufferId, ReplicaId}; use util::{ResultExt as _, TryFutureExt, debug_panic, maybe, paths::PathStyle, rel_path::RelPath}; use worktree::{File, PathChange, ProjectEntryId, Worktree, WorktreeId};