Skip to content

Commit

Permalink
Rollup merge of rust-lang#132333 - tshepang:patch-4, r=workingjubilee
Browse files Browse the repository at this point in the history
rust_analyzer_helix.toml: add library/ manifest
  • Loading branch information
workingjubilee authored Nov 2, 2024
2 parents 888530a + ee4b044 commit 88cdf49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/etc/rust_analyzer_helix.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 88cdf49

Please sign in to comment.