Skip to content

Commit

Permalink
Rollup merge of #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
matthiaskrgr authored Nov 2, 2024
2 parents a513e0e + ee4b044 commit 4b7bfaa
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 4b7bfaa

Please sign in to comment.