Skip to content

Commit 5325fb3

Browse files
fasterthanlimetshepang
authored andcommitted
rust-analyzer is now a subtree
It used to be a submodule. cf. rust-lang#99603
1 parent b987223 commit 5325fb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/doc/rustc-dev-guide/src/contributing.md

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ differently from other crates that are directly in this repo:
184184

185185
* [Clippy](https://github.com/rust-lang/rust-clippy)
186186
* [rustfmt](https://github.com/rust-lang/rustfmt)
187+
* [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
187188

188189
In contrast to `submodule` dependencies
189190
(see below for those), the `subtree` dependencies are just regular files and directories which can

src/doc/rustc-dev-guide/src/git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ you might want to get used to the main concepts of Git before reading this secti
387387

388388
The `rust-lang/rust` repository uses [Git submodules] as a way to use other
389389
Rust projects from within the `rust` repo. Examples include Rust's fork of
390-
`llvm-project` and many devtools such as `cargo`, `rust-analyzer` and `rls`.
390+
`llvm-project` and many devtools such as `cargo` and `rls`.
391391

392392
Those projects are developed and maintained in an separate Git (and GitHub)
393393
repository, and they have their own Git history/commits, issue tracker and PRs.

0 commit comments

Comments
 (0)