Skip to content

Commit 1f34c88

Browse files
committed
feat(Cargo.toml): Set rustc_private to true to allow lsp parsing
1 parent 3252355 commit 1f34c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ debug = false
5757
[profile.release.build-override]
5858
opt-level = 0
5959
debug = false
60+
61+
[package.metadata.rust-analyzer]
62+
rustc_private = true

0 commit comments

Comments
 (0)