diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 9ff289d5b562..42c65b750d33 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -607,7 +607,6 @@ tool_extended!((self, builder), target: self.target, extra_features: Vec::new(), }); - let channel = &builder.config.channel; if clippy.is_some() { self.extra_features.push("clippy".to_owned()); }