Remove unused variable

This commit is contained in:
Oliver Schneider 2018-07-11 10:35:49 +02:00 committed by GitHub
parent 5254343f1f
commit 0fc61be68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());
}