Skip to content

Commit 1377bab

Browse files
committed
make tidy dependency error less confusing
1 parent 84946fe commit 1377bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pub fn check(root: &Path, cargo: &Path, bad: &mut bool) {
327327
check_exceptions(&metadata, EXCEPTIONS, runtime_ids, bad);
328328
check_dependencies(
329329
&metadata,
330-
"main workspace",
330+
"rustc",
331331
PERMITTED_DEPENDENCIES,
332332
RESTRICTED_DEPENDENCY_CRATES,
333333
bad,

0 commit comments

Comments
 (0)