From 7929e9c56b4e99931e3f6d4538f94e5850b87789 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Mon, 26 Sep 2022 11:34:30 +0200 Subject: [PATCH] Remove obsolete in-rust-tree feature from sourcegen --- crates/rust-analyzer/Cargo.toml | 1 - crates/sourcegen/Cargo.toml | 3 --- 2 files changed, 4 deletions(-) diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 5392589186d..861753d6fb4 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -87,7 +87,6 @@ jemalloc = ["jemallocator", "profile/jemalloc"] force-always-assert = ["always-assert/force"] in-rust-tree = [ "proc-macro-srv/sysroot-abi", - "sourcegen/in-rust-tree", "ide/in-rust-tree", "syntax/in-rust-tree", ] diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index a84110d940b..e75867e2d81 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -11,6 +11,3 @@ doctest = false [dependencies] xshell = "0.2.2" - -[features] -in-rust-tree = []