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