We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 3c48c89 commit 2e46faaCopy full SHA for 2e46faa
src/tools/tidy/src/deps.rs
@@ -54,7 +54,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
54
55
/// These are the root crates that are part of the runtime. The licenses for
56
/// these and all their dependencies *must not* be in the exception list.
57
-const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "panic_abort", "panic_unwind"];
+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"];
0 commit comments