Skip to content

Commit

Permalink
Deny future duplication of rustc-ap-syntax
Browse files Browse the repository at this point in the history
Enable the tidy check to forbid this!

Closes #53006
  • Loading branch information
alexcrichton committed Aug 9, 2018
1 parent 76b69a6 commit 6c7473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Expand Up @@ -353,7 +353,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
// versions of them accidentally sneak into our dependency graph to
// ensure we keep our CI times under control
// "cargo", // FIXME(#53005)
// "rustc-ap-syntax", // FIXME(#53006)
"rustc-ap-syntax",
];
let mut name_to_id = HashMap::new();
for node in resolve.nodes.iter() {
Expand Down

0 comments on commit 6c7473d

Please sign in to comment.