Skip to content

Commit 8c91fae

Browse files
committed
Remove separate src/tools/x from rust-analyzer settings
1 parent 66deb69 commit 8c91fae

4 files changed

+0
-4
lines changed

src/etc/rust_analyzer_eglot.el

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"check"
99
"--json-output"])
1010
:linkedProjects ["Cargo.toml"
11-
"src/tools/x/Cargo.toml"
1211
"src/bootstrap/Cargo.toml"
1312
"src/tools/rust-analyzer/Cargo.toml"
1413
"compiler/rustc_codegen_cranelift/Cargo.toml"

src/etc/rust_analyzer_helix.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linkedProjects = [
1515
"library/Cargo.toml",
1616
"src/bootstrap/Cargo.toml",
1717
"src/tools/rust-analyzer/Cargo.toml",
18-
"src/tools/x/Cargo.toml",
1918
]
2019

2120
[language-server.rust-analyzer.config.check]

src/etc/rust_analyzer_settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"rust-analyzer.linkedProjects": [
1111
"Cargo.toml",
1212
"library/Cargo.toml",
13-
"src/tools/x/Cargo.toml",
1413
"src/bootstrap/Cargo.toml",
1514
"src/tools/rust-analyzer/Cargo.toml",
1615
"compiler/rustc_codegen_cranelift/Cargo.toml",

src/etc/rust_analyzer_zed.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"linkedProjects": [
2323
"Cargo.toml",
2424
"library/Cargo.toml",
25-
"src/tools/x/Cargo.toml",
2625
"src/bootstrap/Cargo.toml",
2726
"src/tools/rust-analyzer/Cargo.toml",
2827
"compiler/rustc_codegen_cranelift/Cargo.toml",

0 commit comments

Comments
 (0)