From 5254343f1ffd50cf2b34879dea5175b76fe527b4 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 11 Jul 2018 10:35:09 +0200 Subject: [PATCH] Hitchhike with rls into stable --- src/bootstrap/tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {