diff options
| author | bors <bors@rust-lang.org> | 2022-09-27 01:21:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-27 01:21:07 +0000 |
| commit | f972cdd5fc4f5eb312773635804b0f1ccebdf45e (patch) | |
| tree | d4152d31bf01c306caa80352618bb19c828de853 | |
| parent | 8c7e37697fc660be5f34fe690ce6f5bd17a3ef16 (diff) | |
| parent | 7929e9c56b4e99931e3f6d4538f94e5850b87789 (diff) | |
| download | rust-f972cdd5fc4f5eb312773635804b0f1ccebdf45e.tar.gz rust-f972cdd5fc4f5eb312773635804b0f1ccebdf45e.zip | |
Auto merge of #13295 - rust-lang:sourcegen, r=Veykril
Remove obsolete in-rust-tree feature from sourcegen
| -rw-r--r-- | crates/rust-analyzer/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/sourcegen/Cargo.toml | 3 |
2 files changed, 0 insertions, 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 = [] |
