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:
parent
289f1fdf30
commit
976a5e0366
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rust-analyzer.cargo.features": ["unstable"]
|
||||
}
|
Loading…
Reference in New Issue