We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb0b4 commit 39f0625Copy full SHA for 39f0625
src/tools/tidy/src/deps.rs
@@ -57,7 +57,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
57
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"];
58
59
/// Which crates to check against the whitelist?
60
-const WHITELIST_CRATES: &[&str] = &["rustc", "rustc_codegen_llvm"];
+const WHITELIST_CRATES: &[&str] = &["rustc_middle", "rustc_codegen_llvm"];
61
62
/// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
63
///
0 commit comments