From 0fc61be68efe6b3419989c62c284c408368b2ea4 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 11 Jul 2018 10:35:49 +0200 Subject: [PATCH] Remove unused variable --- src/bootstrap/tool.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 9ff289d5b56..42c65b750d3 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -607,7 +607,6 @@ fn run(mut $sel, $builder: &Builder) -> Option { target: self.target, extra_features: Vec::new(), }); - let channel = &builder.config.channel; if clippy.is_some() { self.extra_features.push("clippy".to_owned()); } -- 2.44.0