Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 740e0ef

Browse files
Drop racer as sub-workspace
This is incompatible with rust-lang/rust
1 parent 1acff66 commit 740e0ef

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

racer/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,15 @@ lazy_static = "1.2"
2424
humantime = "2.0.0"
2525
derive_more = "0.99.2"
2626
rls-span = "0.5.1"
27-
lazycell = { version = "1.2", optional = true }
27+
lazycell = "1.2"
2828

2929
[dependencies.racer-cargo-metadata]
3030
version = "0.1"
31-
optional = true
3231
path = "metadata"
3332

3433
[features]
3534
default = ["metadata"]
36-
metadata = ["lazycell", "racer-cargo-metadata"]
37-
38-
[workspace]
39-
members = ["interner", "metadata"]
35+
metadata = []
4036

4137
[package.metadata.rust-analyzer]
4238
# This package uses #[feature(rustc_private)]

0 commit comments

Comments
 (0)