Skip to content

Commit 0fc61be

Browse files
authored
Remove unused variable
1 parent 5254343 commit 0fc61be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/tool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ tool_extended!((self, builder),
607607
target: self.target,
608608
extra_features: Vec::new(),
609609
});
610-
let channel = &builder.config.channel;
611610
if clippy.is_some() {
612611
self.extra_features.push("clippy".to_owned());
613612
}

0 commit comments

Comments
 (0)