diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-11 10:35:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-11 10:35:49 +0200 |
| commit | 0fc61be68efe6b3419989c62c284c408368b2ea4 (patch) | |
| tree | 67d1ec5f11d291ca2368cd717ce439c753ac7612 /src/bootstrap | |
| parent | 5254343f1ffd50cf2b34879dea5175b76fe527b4 (diff) | |
Remove unused variable
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/tool.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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()); } |
