Remove warning about unused param in non-Windows handle_binary

This is a no-op, and purely a stub.
This commit is contained in:
James 2018-08-09 20:03:26 +10:00
parent 8db5358967
commit f8746c7497

View file

@ -71,7 +71,7 @@ fn handle_binary(config: &BaseAttributes) {
}
#[cfg(not(windows))]
fn handle_binary(config: &BaseAttributes) {}
fn handle_binary(_config: &BaseAttributes) {}
fn main() {
let output_dir = PathBuf::from(env::var("OUT_DIR").unwrap());