We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00ec2d commit bfe6421Copy full SHA for bfe6421
src/tools/tidy/src/deps.rs
@@ -458,13 +458,17 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
458
"mach",
459
"memchr",
460
"object",
461
+ "proc-macro2",
462
+ "quote",
463
"regalloc2",
464
"region",
465
"rustc-hash",
466
"slice-group-by",
467
"smallvec",
468
"stable_deref_trait",
469
+ "syn",
470
"target-lexicon",
471
+ "unicode-ident",
472
"version_check",
473
"wasmtime-jit-icache-coherence",
474
"winapi",
@@ -479,6 +483,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
479
483
"windows_x86_64_gnu",
480
484
"windows_x86_64_gnullvm",
481
485
"windows_x86_64_msvc",
486
+ "zerocopy",
487
+ "zerocopy-derive",
482
488
// tidy-alphabetical-end
489
];
490
0 commit comments