mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 19:04:21 +00:00
Remove unused variable
This commit is contained in:
parent
5254343f1f
commit
0fc61be68e
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user