diff options
| author | Eric Huss <eric@huss.org> | 2022-08-20 21:19:43 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-08-27 21:36:08 -0700 |
| commit | 4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42 (patch) | |
| tree | bb2f39474cc03d3f78f5838297432a2a6a9e301d /src/bootstrap/check.rs | |
| parent | 1e978a3627bd65064164af3548c585fb25eef9d2 (diff) | |
| download | rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.tar.gz rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.zip | |
Sunset RLS
Diffstat (limited to 'src/bootstrap/check.rs')
| -rw-r--r-- | src/bootstrap/check.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index 4e1e8ef9dea..5c085bedf0e 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs @@ -457,7 +457,7 @@ tool_check_step!(Rustdoc, "src/tools/rustdoc", "src/librustdoc", SourceType::InT // rejected. tool_check_step!(Clippy, "src/tools/clippy", SourceType::InTree); tool_check_step!(Miri, "src/tools/miri", SourceType::Submodule); -tool_check_step!(Rls, "src/tools/rls", SourceType::Submodule); +tool_check_step!(Rls, "src/tools/rls", SourceType::InTree); tool_check_step!(Rustfmt, "src/tools/rustfmt", SourceType::InTree); tool_check_step!(Bootstrap, "src/bootstrap", SourceType::InTree, false); |
