diff options
| author | bors <bors@rust-lang.org> | 2025-04-23 18:23:51 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-23 18:23:51 +0000 |
| commit | df35ff6c354f1f1fbf430b84e7dea37dfe997f34 (patch) | |
| tree | 617cc77f29f4b91b693241ed6df0df6e1c2bc26f /src/bootstrap | |
| parent | 553600e0f5f5a7d492de6d95ccb2f057005f5651 (diff) | |
| parent | e8737e353015605d0f7f1e445e4d5487c4f43d05 (diff) | |
| download | rust-df35ff6c354f1f1fbf430b84e7dea37dfe997f34.tar.gz rust-df35ff6c354f1f1fbf430b84e7dea37dfe997f34.zip | |
Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearth
Clippy subtree update r? `@Manishearth` Cargo.lock update due to the Clippy version bump and because Clippy moved from rinja (unmaintained) to askama. Last sync was skipped due to the askama issue and me not getting to fixing this in time.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/utils/proc_macro_deps.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/src/utils/proc_macro_deps.rs b/src/bootstrap/src/utils/proc_macro_deps.rs index 7cf1af1c3e2..b61fa3bb8d6 100644 --- a/src/bootstrap/src/utils/proc_macro_deps.rs +++ b/src/bootstrap/src/utils/proc_macro_deps.rs @@ -28,8 +28,6 @@ pub static CRATES: &[&str] = &[ "libc", "log", "memchr", - "mime", - "mime_guess", "minimal-lexical", "nom", "once_cell", @@ -38,7 +36,6 @@ pub static CRATES: &[&str] = &[ "pest_meta", "proc-macro2", "quote", - "rinja_parser", "rustc-hash", "self_cell", "serde", @@ -56,7 +53,6 @@ pub static CRATES: &[&str] = &[ "unic-langid", "unic-langid-impl", "unic-langid-macros", - "unicase", "unicode-ident", "unicode-width", "version_check", |
