rustc -> rustc_middle part 4 -- pacify tidy

This commit is contained in:
Mazdak Farrokhzad 2020-03-29 17:29:12 +02:00
parent 1ccb0b4a02
commit 39f06255d2

View file

@ -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.
///