Skip to content

Commit ee4b044

Browse files
committed
rust_analyzer_helix.toml: add library/ manifest
Also, sort list
1 parent e473783 commit ee4b044

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/etc/rust_analyzer_helix.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[language-server.rust-analyzer.config]
22
linkedProjects = [
33
"Cargo.toml",
4-
"src/tools/x/Cargo.toml",
4+
"compiler/rustc_codegen_cranelift/Cargo.toml",
5+
"compiler/rustc_codegen_gcc/Cargo.toml",
6+
"library/Cargo.toml",
57
"src/bootstrap/Cargo.toml",
68
"src/tools/rust-analyzer/Cargo.toml",
7-
"compiler/rustc_codegen_cranelift/Cargo.toml",
8-
"compiler/rustc_codegen_gcc/Cargo.toml"
9+
"src/tools/x/Cargo.toml",
910
]
1011

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

0 commit comments

Comments
 (0)