Skip to content

Commit 0370c38

Browse files
committed
Don't inject clippy into the rls anymore
1 parent d711dc9 commit 0370c38

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/bootstrap/tool.rs

-9
Original file line numberDiff line numberDiff line change
@@ -556,15 +556,6 @@ tool_extended!((self, builder),
556556
};
557557
Miri, miri, "src/tools/miri", "miri", {};
558558
Rls, rls, "src/tools/rls", "rls", {
559-
let clippy = builder.ensure(Clippy {
560-
compiler: self.compiler,
561-
target: self.target,
562-
extra_features: Vec::new(),
563-
});
564-
let channel = &builder.config.channel;
565-
if clippy.is_some() && channel != "stable" && channel != "beta" {
566-
self.extra_features.push("clippy".to_owned());
567-
}
568559
builder.ensure(native::Openssl {
569560
target: self.target,
570561
});

0 commit comments

Comments
 (0)