File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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:
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
188189In contrast to ` submodule ` dependencies
189190(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
387387
388388The ` rust-lang/rust ` repository uses [ Git submodules] as a way to use other
389389Rust 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
392392Those projects are developed and maintained in an separate Git (and GitHub)
393393repository, and they have their own Git history/commits, issue tracker and PRs.
You can’t perform that action at this time.
0 commit comments