Skip to content

Commit d3feb8b

Browse files
committed
Re-enable Clippy tests
1 parent ad9972a commit d3feb8b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bootstrap/test.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,7 @@ impl Step for Clippy {
554554

555555
builder.add_rustc_lib_path(compiler, &mut cargo);
556556

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

0 commit comments

Comments
 (0)