Skip to content

Commit

Permalink
rust-analyzer is now a subtree
Browse files Browse the repository at this point in the history
It used to be a submodule.

cf. rust-lang/rust#99603
  • Loading branch information
fasterthanlime committed Jul 25, 2022
1 parent d5201cd commit 192e09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 192e09c

Please sign in to comment.