Skip to content

Commit 5254343

Browse files
authored
Hitchhike with rls into stable
1 parent 7a8e085 commit 5254343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ tool_extended!((self, builder),
608608
extra_features: Vec::new(),
609609
});
610610
let channel = &builder.config.channel;
611-
if clippy.is_some() && channel != "stable" && channel != "beta" {
611+
if clippy.is_some() {
612612
self.extra_features.push("clippy".to_owned());
613613
}
614614
builder.ensure(native::Openssl {

0 commit comments

Comments
 (0)