Skip to content

Commit 50a5793

Browse files
committed
tidy: Remove rinja deps from proc_macro_deps
1 parent d98cbea commit 50a5793

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/src/utils/proc_macro_deps.rs

-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ pub static CRATES: &[&str] = &[
2828
"libc",
2929
"log",
3030
"memchr",
31-
"mime",
32-
"mime_guess",
3331
"minimal-lexical",
3432
"nom",
3533
"once_cell",
@@ -38,7 +36,6 @@ pub static CRATES: &[&str] = &[
3836
"pest_meta",
3937
"proc-macro2",
4038
"quote",
41-
"rinja_parser",
4239
"rustc-hash",
4340
"self_cell",
4441
"serde",
@@ -56,7 +53,6 @@ pub static CRATES: &[&str] = &[
5653
"unic-langid",
5754
"unic-langid-impl",
5855
"unic-langid-macros",
59-
"unicase",
6056
"unicode-ident",
6157
"unicode-width",
6258
"version_check",

0 commit comments

Comments
 (0)