Skip to content

Commit

Permalink
Auto merge of rust-lang#13295 - rust-lang:sourcegen, r=Veykril
Browse files Browse the repository at this point in the history
Remove obsolete in-rust-tree feature from sourcegen
  • Loading branch information
bors committed Sep 27, 2022
2 parents 8c7e376 + 7929e9c commit f972cdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
3 changes: 0 additions & 3 deletions crates/sourcegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ doctest = false

[dependencies]
xshell = "0.2.2"

[features]
in-rust-tree = []

0 comments on commit f972cdd

Please sign in to comment.