From 573eb8e25d7cd3b63a85eed3710c9fc5bde53c1c Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Wed, 30 Jul 2025 15:14:17 -0400 Subject: [PATCH] machete --- Cargo.lock | 1 - crates/languages/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61553e7799..69876ef92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9227,7 +9227,6 @@ dependencies = [ "chrono", "collections", "dap", - "feature_flags", "futures 0.3.31", "gpui", "http_client", diff --git a/crates/languages/Cargo.toml b/crates/languages/Cargo.toml index 260126da63..2e8f007cff 100644 --- a/crates/languages/Cargo.toml +++ b/crates/languages/Cargo.toml @@ -41,7 +41,6 @@ async-trait.workspace = true chrono.workspace = true collections.workspace = true dap.workspace = true -feature_flags.workspace = true futures.workspace = true gpui.workspace = true http_client.workspace = true