diff options
| author | bors <bors@rust-lang.org> | 2023-02-16 10:35:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-02-16 10:35:44 +0000 |
| commit | af3c8b27266e290cf65704284f6862d0f90ee4fc (patch) | |
| tree | 931e04aaa0ce725fbdc641e6880065583a9511ad /src/tools | |
| parent | 4b34c7b766a3d64d3f2a9bff06d0e53648a11013 (diff) | |
| parent | 22a5125a367eedc9f1d6b49bac6557a4b4864423 (diff) | |
| download | rust-af3c8b27266e290cf65704284f6862d0f90ee4fc.tar.gz rust-af3c8b27266e290cf65704284f6862d0f90ee4fc.zip | |
Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum
Remove save-analysis. Most tests involving save-analysis were removed, but I kept a few where the `-Zsave-analysis` was an add-on to the main thing being tested, rather than the main thing being tested. Closes https://github.com/rust-lang/rust/issues/43606
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index c4b994af13b..4c93f8a16b6 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -192,8 +192,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "regex-automata", "regex-syntax", "remove_dir_all", - "rls-data", - "rls-span", "rustc-demangle", "rustc-hash", "rustc-rayon", |
