make tidy dependency error less confusing

This commit is contained in:
Ralf Jung 2022-09-29 13:42:57 +02:00
parent 84946fe241
commit 1377bab12e

View File

@ -327,7 +327,7 @@ pub fn check(root: &Path, cargo: &Path, bad: &mut bool) {
check_exceptions(&metadata, EXCEPTIONS, runtime_ids, bad);
check_dependencies(
&metadata,
"main workspace",
"rustc",
PERMITTED_DEPENDENCIES,
RESTRICTED_DEPENDENCY_CRATES,
bad,