Enable unstable features when editing in VS Code

This improves the editing experience by 'enabling' all the code that otherwise is turned off because of the `unstable` flag.
This commit is contained in:
Andrew Arnott 2023-12-16 14:14:28 -07:00
parent 289f1fdf30
commit 976a5e0366
No known key found for this signature in database
GPG Key ID: 251505B99C25745D
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": ["unstable"]
}