Skip to content

Commit

Permalink
sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Oct 29, 2024
1 parent e83b24a commit 180f855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/etc/rust_analyzer_helix.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[language-server.rust-analyzer.config]
linkedProjects = [
"Cargo.toml",
"src/tools/x/Cargo.toml",
"src/bootstrap/Cargo.toml",
"src/tools/rust-analyzer/Cargo.toml",
"library/Cargo.toml",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml",
"library/Cargo.toml",
"src/bootstrap/Cargo.toml",
"src/tools/rust-analyzer/Cargo.toml",
"src/tools/x/Cargo.toml",
]

[language-server.rust-analyzer.config.check]
Expand Down

0 comments on commit 180f855

Please sign in to comment.