We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc-perf
1 parent 0de24a5 commit dd50e18Copy full SHA for dd50e18
src/bootstrap/src/core/build_steps/test.rs
@@ -1101,8 +1101,6 @@ impl Step for Tidy {
1101
/// Once tidy passes, this step also runs `fmt --check` if tests are being run
1102
/// for the `dev` or `nightly` channels.
1103
fn run(self, builder: &Builder<'_>) {
1104
- builder.build.update_submodule(Path::new("src/tools/rustc-perf"));
1105
-
1106
let mut cmd = builder.tool_cmd(Tool::Tidy);
1107
cmd.arg(&builder.src);
1108
cmd.arg(&builder.initial_cargo);
0 commit comments