about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-05-02 13:19:30 +0000
committerbors <bors@rust-lang.org>2020-05-02 13:19:30 +0000
commit53d3bc02ed90eba01c5dbc5b2d0c4cabb67ffb4d (patch)
tree64b38c286370e25af3a7fa5ce9033f810cea754e /src/bootstrap/builder.rs
parent7184d137f65bb8d143ce8b5b664e50d33c4b5fbd (diff)
parentbce9fae97abb255c9fc6c994f50a052be4010a6f (diff)
downloadrust-53d3bc02ed90eba01c5dbc5b2d0c4cabb67ffb4d.tar.gz
rust-53d3bc02ed90eba01c5dbc5b2d0c4cabb67ffb4d.zip
Auto merge of #70655 - oli-obk:subrepo_funness, r=Mark-Simulacrum
Make clippy a git subtree instead of a git submodule

r? @eddyb

cc #70651

documentation at https://github.com/rust-lang/rust/pull/70654
Diffstat (limited to 'src/bootstrap/builder.rs')
-rw-r--r--src/bootstrap/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index c0018c613ba..a897daf446d 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -351,7 +351,7 @@ impl<'a> Builder<'a> {
                 native::Lld
             ),
             Kind::Check | Kind::Clippy | Kind::Fix | Kind::Format => {
-                describe!(check::Std, check::Rustc, check::Rustdoc)
+                describe!(check::Std, check::Rustc, check::Rustdoc, check::Clippy)
             }
             Kind::Test => describe!(
                 crate::toolstate::ToolStateCheck,