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

This reverts commit d955bab63c229c3160e3023f44496ad93a81f3ab.
This commit is contained in:
Santiago Pastorino 2022-07-06 19:04:09 -03:00 committed by Tshepang Mbambo
parent 49728e3f77
commit b78a1e1623

View file

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