Skip to content

Commit

Permalink
rustc -> rustc_middle part 4 -- pacify tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Mar 30, 2020
1 parent 1ccb0b4 commit 39f0625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Expand Up @@ -57,7 +57,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"];

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

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

0 comments on commit 39f0625

Please sign in to comment.