We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9972a commit d3feb8bCopy full SHA for d3feb8b
src/bootstrap/test.rs
@@ -554,10 +554,7 @@ impl Step for Clippy {
554
555
builder.add_rustc_lib_path(compiler, &mut cargo);
556
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());
+ builder.run(&mut cargo.into());
561
}
562
563
0 commit comments