Skip to content

Commit c9f690a

Browse files
Fix tidy dep list
1 parent 78823fe commit c9f690a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/tools/tidy/src/deps.rs

+3-7
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[
175175

176176
const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
177177
// tidy-alphabetical-start
178+
("cssparser", "MPL-2.0"),
179+
("cssparser-macros", "MPL-2.0"),
180+
("dtoa-short", "MPL-2.0"),
178181
("mdbook", "MPL-2.0"),
179182
("ryu", "Apache-2.0 OR BSL-1.0"),
180183
// tidy-alphabetical-end
@@ -459,7 +462,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
459462
// tidy-alphabetical-start
460463
"addr2line",
461464
"adler2",
462-
"allocator-api2",
463465
"cc",
464466
"cfg-if",
465467
"compiler_builtins",
@@ -473,8 +475,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
473475
"memchr",
474476
"miniz_oxide",
475477
"object",
476-
"proc-macro2",
477-
"quote",
478478
"r-efi",
479479
"r-efi-alloc",
480480
"rand",
@@ -483,8 +483,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
483483
"rustc-demangle",
484484
"rustc-literal-escaper",
485485
"shlex",
486-
"syn",
487-
"unicode-ident",
488486
"unicode-width",
489487
"unwinding",
490488
"wasi",
@@ -498,8 +496,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
498496
"windows_x86_64_gnu",
499497
"windows_x86_64_gnullvm",
500498
"windows_x86_64_msvc",
501-
"zerocopy",
502-
"zerocopy-derive",
503499
// tidy-alphabetical-end
504500
];
505501

0 commit comments

Comments
 (0)