rust_analyzer_helix.toml: add library/ manifest

Also, sort list
This commit is contained in:
Tshepang Mbambo 2024-10-29 23:14:00 +02:00
parent e473783d90
commit ee4b0445d3

View file

@ -1,11 +1,12 @@
[language-server.rust-analyzer.config]
linkedProjects = [
"Cargo.toml",
"src/tools/x/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",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml"
"src/tools/x/Cargo.toml",
]
[language-server.rust-analyzer.config.check]