Add new suggested rust-analyzer settings

This commit is contained in:
Jonas Platte 2021-04-23 12:22:49 +02:00
parent c5adfd48be
commit 527007b957
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -0,0 +1,6 @@
{
"rust-analyzer.cargo.features": [
"full",
"unstable-pre-spec"
]
}