diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2022-07-06 19:04:09 -0300 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-07-07 07:10:35 +0200 |
| commit | b78a1e16233babd66ef4654e93bff9386aaee529 (patch) | |
| tree | ca6119f65fafc4603f3b66ee55a4ef49d6e70b79 /src/doc/rustc-dev-guide | |
| parent | 49728e3f7788673035c7bee204c6f1498a390f5b (diff) | |
| download | rust-b78a1e16233babd66ef4654e93bff9386aaee529.tar.gz rust-b78a1e16233babd66ef4654e93bff9386aaee529.zip | |
Revert "Add the config needed to get rust-analyzer working on src/bootstrap (#1381)"
This reverts commit d955bab63c229c3160e3023f44496ad93a81f3ab.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/suggested.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md index 210cf5295d4..a815afda504 100644 --- a/src/doc/rustc-dev-guide/src/building/suggested.md +++ b/src/doc/rustc-dev-guide/src/building/suggested.md @@ -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" - ] } ``` |
