Auto merge of #13295 - rust-lang:sourcegen, r=Veykril

Remove obsolete in-rust-tree feature from sourcegen
This commit is contained in:
bors 2022-09-27 01:21:07 +00:00
commit f972cdd5fc
2 changed files with 0 additions and 4 deletions

View File

@ -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",
]

View File

@ -11,6 +11,3 @@ doctest = false
[dependencies]
xshell = "0.2.2"
[features]
in-rust-tree = []