Skip to content

Commit

Permalink
Forbid duplicating Cargo as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Mar 1, 2019
1 parent ea43c3c commit c3aab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
// under control.

// "cargo", // FIXME(#53005)
"cargo",
"rustc-ap-syntax",
];
let mut name_to_id: HashMap<_, Vec<_>> = HashMap::new();
Expand Down

0 comments on commit c3aab14

Please sign in to comment.