Merge pull request #447 from tempdragon/master
feat(Cargo.toml): Set `rustc_private` to `true` to allow lsp parsing
This commit is contained in:
commit
7600140979
1 changed files with 3 additions and 0 deletions
|
|
@ -57,3 +57,6 @@ debug = false
|
|||
[profile.release.build-override]
|
||||
opt-level = 0
|
||||
debug = false
|
||||
|
||||
[package.metadata.rust-analyzer]
|
||||
rustc_private = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue