Revert "Add the config needed to get rust-analyzer working on src/bootstrap (#1381)"

This reverts commit d955bab63c.
This commit is contained in:
Santiago Pastorino 2022-07-06 19:04:09 -03:00 committed by Tshepang Mbambo
parent 964a0c4390
commit 570043de71
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
"--json-output" "--json-output"
], ],
"rust-analyzer.rustc.source": "./Cargo.toml", "rust-analyzer.rustc.source": "./Cargo.toml",
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"src/bootstrap/Cargo.toml"
]
} }
``` ```