Skip to content

Commit

Permalink
Hitchhike with rls into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 11, 2018
1 parent 7a8e085 commit 5254343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit 5254343

Please sign in to comment.