Skip to content

Commit c835a0a

Browse files
committed
Rollup merge of #58842 - mati865:53005, r=alexcrichton
Forbid duplicating Cargo as a dependency Fixes #53005
2 parents 133f973 + c3aab14 commit c835a0a

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
@@ -378,7 +378,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
378378
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
379379
// under control.
380380

381-
// "cargo", // FIXME(#53005)
381+
"cargo",
382382
"rustc-ap-syntax",
383383
];
384384
let mut name_to_id: HashMap<_, Vec<_>> = HashMap::new();

0 commit comments

Comments
 (0)