We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e473783 commit e83b24aCopy full SHA for e83b24a
src/etc/rust_analyzer_helix.toml
@@ -4,8 +4,9 @@ linkedProjects = [
4
"src/tools/x/Cargo.toml",
5
"src/bootstrap/Cargo.toml",
6
"src/tools/rust-analyzer/Cargo.toml",
7
+ "library/Cargo.toml",
8
"compiler/rustc_codegen_cranelift/Cargo.toml",
- "compiler/rustc_codegen_gcc/Cargo.toml"
9
+ "compiler/rustc_codegen_gcc/Cargo.toml",
10
]
11
12
[language-server.rust-analyzer.config.check]
0 commit comments