Skip to content

Commit

Permalink
Re-enable Clippy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Jun 21, 2020
1 parent 20866c5 commit 2959352
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,7 @@ impl Step for Clippy {

builder.add_rustc_lib_path(compiler, &mut cargo);

// FIXME: Disable clippy tests for now, they're failing on master
// (generally this would mean a toolstate failure but we don't have
// toolstate for clippy anymore).
// builder.run(&mut cargo.into());
builder.run(&mut cargo.into());
}
}

Expand Down

0 comments on commit 2959352

Please sign in to comment.