Re-enable Clippy tests

This commit is contained in:
Aaron Hill 2020-06-21 16:28:58 -04:00
parent ad9972a20d
commit d3feb8baaf
No known key found for this signature in database
GPG Key ID: B4087E510E98B164
1 changed files with 1 additions and 4 deletions

View File

@ -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());
}
}