about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAmos Wenger <amoswenger@gmail.com>2022-07-25 11:20:22 +0200
committerTshepang Mbambo <tshepang@gmail.com>2022-07-25 11:40:28 +0200
commit5325fb34a0e1da5d01d3262f05d8b6a2fd5a4e87 (patch)
treef1a105c790b728b0a278e9f4776cc56ab3355a20 /src/doc
parentb9872232ed0db57e24a042e5567ff4b1896d52d3 (diff)
rust-analyzer is now a subtree
It used to be a submodule.

cf. https://github.com/rust-lang/rust/pull/99603
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md1
-rw-r--r--src/doc/rustc-dev-guide/src/git.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 2a26932b5e4..45f8c903308 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -184,6 +184,7 @@ differently from other crates that are directly in this repo:
 
 * [Clippy](https://github.com/rust-lang/rust-clippy)
 * [rustfmt](https://github.com/rust-lang/rustfmt)
+* [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
 
 In contrast to `submodule` dependencies
 (see below for those), the `subtree` dependencies are just regular files and directories which can
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index e55dbf858e2..f16c22d93e9 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -387,7 +387,7 @@ you might want to get used to the main concepts of Git before reading this secti
 
 The `rust-lang/rust` repository uses [Git submodules] as a way to use other
 Rust projects from within the `rust` repo. Examples include Rust's fork of
-`llvm-project` and many devtools such as `cargo`, `rust-analyzer` and `rls`.
+`llvm-project` and many devtools such as `cargo` and `rls`.
 
 Those projects are developed and maintained in an separate Git (and GitHub)
 repository, and they have their own Git history/commits, issue tracker and PRs.