File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[
175
175
176
176
const EXCEPTIONS_RUSTBOOK : ExceptionList = & [
177
177
// tidy-alphabetical-start
178
+ ( "cssparser" , "MPL-2.0" ) ,
179
+ ( "cssparser-macros" , "MPL-2.0" ) ,
180
+ ( "dtoa-short" , "MPL-2.0" ) ,
178
181
( "mdbook" , "MPL-2.0" ) ,
179
182
( "ryu" , "Apache-2.0 OR BSL-1.0" ) ,
180
183
// tidy-alphabetical-end
@@ -459,7 +462,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
459
462
// tidy-alphabetical-start
460
463
"addr2line" ,
461
464
"adler2" ,
462
- "allocator-api2" ,
463
465
"cc" ,
464
466
"cfg-if" ,
465
467
"compiler_builtins" ,
@@ -473,8 +475,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
473
475
"memchr" ,
474
476
"miniz_oxide" ,
475
477
"object" ,
476
- "proc-macro2" ,
477
- "quote" ,
478
478
"r-efi" ,
479
479
"r-efi-alloc" ,
480
480
"rand" ,
@@ -483,8 +483,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
483
483
"rustc-demangle" ,
484
484
"rustc-literal-escaper" ,
485
485
"shlex" ,
486
- "syn" ,
487
- "unicode-ident" ,
488
486
"unicode-width" ,
489
487
"unwinding" ,
490
488
"wasi" ,
@@ -498,8 +496,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
498
496
"windows_x86_64_gnu" ,
499
497
"windows_x86_64_gnullvm" ,
500
498
"windows_x86_64_msvc" ,
501
- "zerocopy" ,
502
- "zerocopy-derive" ,
503
499
// tidy-alphabetical-end
504
500
] ;
505
501
You can’t perform that action at this time.
0 commit comments