Hitchhike with rls into stable

This commit is contained in:
Oliver Schneider 2018-07-11 10:35:09 +02:00 committed by GitHub
parent 7a8e085835
commit 5254343f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {