mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 22:54:00 +00:00
Remove obsolete in-rust-tree feature from sourcegen
This commit is contained in:
parent
73f6af54c1
commit
7929e9c56b
2 changed files with 0 additions and 4 deletions
|
@ -87,7 +87,6 @@ jemalloc = ["jemallocator", "profile/jemalloc"]
|
||||||
force-always-assert = ["always-assert/force"]
|
force-always-assert = ["always-assert/force"]
|
||||||
in-rust-tree = [
|
in-rust-tree = [
|
||||||
"proc-macro-srv/sysroot-abi",
|
"proc-macro-srv/sysroot-abi",
|
||||||
"sourcegen/in-rust-tree",
|
|
||||||
"ide/in-rust-tree",
|
"ide/in-rust-tree",
|
||||||
"syntax/in-rust-tree",
|
"syntax/in-rust-tree",
|
||||||
]
|
]
|
||||||
|
|
|
@ -11,6 +11,3 @@ doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xshell = "0.2.2"
|
xshell = "0.2.2"
|
||||||
|
|
||||||
[features]
|
|
||||||
in-rust-tree = []
|
|
||||||
|
|
Loading…
Reference in a new issue