diff --git a/crates/assistant2/src/context.rs b/crates/assistant2/src/context.rs index a31c25012d..e4957b7591 100644 --- a/crates/assistant2/src/context.rs +++ b/crates/assistant2/src/context.rs @@ -98,9 +98,7 @@ pub struct FileContext { #[derive(Debug)] pub struct DirectoryContext { - #[allow(unused)] pub path: Rc, - #[allow(unused)] pub context_buffers: Vec, pub snapshot: ContextSnapshot, } @@ -127,10 +125,8 @@ pub struct ThreadContext { #[derive(Debug, Clone)] pub struct ContextBuffer { - #[allow(unused)] pub id: BufferId, pub buffer: Model, - #[allow(unused)] pub version: clock::Global, pub text: SharedString, }