]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/deps.rs
tidy: Add `test` to RUNTIME_CRATES.
[rust.git] / src / tools / tidy / src / deps.rs
index 886bdf6fbbf893c38a41de32170842a1d76fd4c4..1aee4d7cda43ca46acb4a88d76ce4852d5e22a03 100644 (file)
@@ -54,7 +54,7 @@
 
 /// These are the root crates that are part of the runtime. The licenses for
 /// these and all their dependencies *must not* be in the exception list.
-const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "panic_abort", "panic_unwind"];
+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"];