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 22, 2020
1 parent ad9972a commit d3feb8b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap/test.rs
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 d3feb8b

Please sign in to comment.