Skip to content

Commit 39f0625

Browse files
committed
rustc -> rustc_middle part 4 -- pacify tidy
1 parent 1ccb0b4 commit 39f0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
5757
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"];
5858

5959
/// Which crates to check against the whitelist?
60-
const WHITELIST_CRATES: &[&str] = &["rustc", "rustc_codegen_llvm"];
60+
const WHITELIST_CRATES: &[&str] = &["rustc_middle", "rustc_codegen_llvm"];
6161

6262
/// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
6363
///

0 commit comments

Comments
 (0)