Change summary
crates/copilot/Cargo.toml | 1 -
crates/copilot/src/editor.rs | 3 ---
2 files changed, 4 deletions(-)
Detailed changes
@@ -19,7 +19,6 @@ lsp = { path = "../lsp" }
node_runtime = { path = "../node_runtime"}
util = { path = "../util" }
client = { path = "../client" }
-workspace = { path = "../workspace" }
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
async-tar = "0.4.2"
anyhow = "1.0"
@@ -1,3 +0,0 @@
-use gpui::MutableAppContext;
-
-fn init(cx: &mut MutableAppContext) {}