Remove rust-analyzer.cargo.loadOutDirsFromCheck

This commit is contained in:
Jonathan de Jong 2021-03-14 12:55:26 +01:00 committed by GitHub
parent 341869c83c
commit 684468bc5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{
// enable proc-macro support in rust-analyzer
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true
}