We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 133f973 + c3aab14 commit c835a0aCopy full SHA for c835a0a
src/tools/tidy/src/deps.rs
@@ -378,7 +378,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
378
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
379
// under control.
380
381
- // "cargo", // FIXME(#53005)
+ "cargo",
382
"rustc-ap-syntax",
383
];
384
let mut name_to_id: HashMap<_, Vec<_>> = HashMap::new();
0 commit comments