Skip to content

Commit e83b24a

Browse files
authored
rust_analyzer_helix.toml: add library/ manifest
1 parent e473783 commit e83b24a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/etc/rust_analyzer_helix.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ linkedProjects = [
44
"src/tools/x/Cargo.toml",
55
"src/bootstrap/Cargo.toml",
66
"src/tools/rust-analyzer/Cargo.toml",
7+
"library/Cargo.toml",
78
"compiler/rustc_codegen_cranelift/Cargo.toml",
8-
"compiler/rustc_codegen_gcc/Cargo.toml"
9+
"compiler/rustc_codegen_gcc/Cargo.toml",
910
]
1011

1112
[language-server.rust-analyzer.config.check]

0 commit comments

Comments
 (0)