feat(Cargo.toml): Set rustc_private to true to allow lsp parsing

This commit is contained in:
tempdragon 2024-02-18 14:36:39 +08:00
parent 32523557e7
commit 1f34c881e8

View File

@ -57,3 +57,6 @@ debug = false
[profile.release.build-override]
opt-level = 0
debug = false
[package.metadata.rust-analyzer]
rustc_private = true