Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 11, 2018
1 parent 5254343 commit 0fc61be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/tool.rs
Expand Up @@ -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());
}
Expand Down

0 comments on commit 0fc61be

Please sign in to comment.