Skip to content

Commit 180f855

Browse files
committed
sort list
1 parent e83b24a commit 180f855

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/etc/rust_analyzer_helix.toml

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

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

0 commit comments

Comments
 (0)