Add rustc_private=true to the package metadata for rust-analyzer

This commit is contained in:
bjorn3 2021-03-09 12:46:04 +01:00
parent 826189ef51
commit 9adb139356

View file

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