rustc -> rustc_middle part 4 -- pacify tidy
This commit is contained in:
parent
1ccb0b4a02
commit
39f06255d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue