Merge pull request #447 from tempdragon/master

feat(Cargo.toml): Set `rustc_private` to `true` to allow lsp parsing
This commit is contained in:
antoyo 2024-02-18 07:43:41 -05:00 committed by GitHub
commit 7600140979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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