Remove in-rust-tree feature

Since it's unused for now -it'll be re-introduced along with the
upcoming `proc-macro-srv/sysroot` feature.
This commit is contained in:
Amos Wenger 2022-07-20 15:58:56 +02:00
parent d5b1ae66c2
commit 244f29b1e7

View file

@ -84,4 +84,3 @@ mbe = { path = "../mbe" }
[features]
jemalloc = ["jemallocator", "profile/jemalloc"]
force-always-assert = ["always-assert/force"]
in-rust-tree = []