Skip to content

Commit

Permalink
Don't inject clippy into the rls anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 15, 2018
1 parent d711dc9 commit 0370c38
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/bootstrap/tool.rs
Expand Up @@ -556,15 +556,6 @@ tool_extended!((self, builder),
};
Miri, miri, "src/tools/miri", "miri", {};
Rls, rls, "src/tools/rls", "rls", {
let clippy = builder.ensure(Clippy {
compiler: self.compiler,
target: self.target,
extra_features: Vec::new(),
});
let channel = &builder.config.channel;
if clippy.is_some() && channel != "stable" && channel != "beta" {
self.extra_features.push("clippy".to_owned());
}
builder.ensure(native::Openssl {
target: self.target,
});
Expand Down

0 comments on commit 0370c38

Please sign in to comment.