about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2022-07-06 19:04:09 -0300
committerTshepang Mbambo <tshepang@gmail.com>2022-07-07 07:10:35 +0200
commitb78a1e16233babd66ef4654e93bff9386aaee529 (patch)
treeca6119f65fafc4603f3b66ee55a4ef49d6e70b79 /src/doc/rustc-dev-guide
parent49728e3f7788673035c7bee204c6f1498a390f5b (diff)
downloadrust-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.md4
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"
-    ]
 }
 ```