File tree 2 files changed +2
-1
lines changed
src/doc/rustc-dev-guide/src
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ differently from other crates that are directly in this repo:
184
184
185
185
* [ Clippy] ( https://github.com/rust-lang/rust-clippy )
186
186
* [ rustfmt] ( https://github.com/rust-lang/rustfmt )
187
+ * [ rust-analyzer] ( https://github.com/rust-lang/rust-analyzer )
187
188
188
189
In contrast to ` submodule ` dependencies
189
190
(see below for those), the ` subtree ` dependencies are just regular files and directories which can
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ you might want to get used to the main concepts of Git before reading this secti
387
387
388
388
The ` rust-lang/rust ` repository uses [ Git submodules] as a way to use other
389
389
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 ` .
391
391
392
392
Those projects are developed and maintained in an separate Git (and GitHub)
393
393
repository, and they have their own Git history/commits, issue tracker and PRs.
You can’t perform that action at this time.
0 commit comments