diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 2571054cc2ca..9ff289d5b562 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -608,7 +608,7 @@ tool_extended!((self, builder), extra_features: Vec::new(), }); let channel = &builder.config.channel; - if clippy.is_some() && channel != "stable" && channel != "beta" { + if clippy.is_some() { self.extra_features.push("clippy".to_owned()); } builder.ensure(native::Openssl {