Rollup merge of #132333 - tshepang:patch-4, r=workingjubilee
rust_analyzer_helix.toml: add library/ manifest
This commit is contained in:
commit
4b7bfaaf69
@ -1,11 +1,12 @@
|
|||||||
[language-server.rust-analyzer.config]
|
[language-server.rust-analyzer.config]
|
||||||
linkedProjects = [
|
linkedProjects = [
|
||||||
"Cargo.toml",
|
"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/bootstrap/Cargo.toml",
|
||||||
"src/tools/rust-analyzer/Cargo.toml",
|
"src/tools/rust-analyzer/Cargo.toml",
|
||||||
"compiler/rustc_codegen_cranelift/Cargo.toml",
|
"src/tools/x/Cargo.toml",
|
||||||
"compiler/rustc_codegen_gcc/Cargo.toml"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
|
Loading…
Reference in New Issue
Block a user