mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
Fixed "unused variable" errors and trailing whitespace.
This commit is contained in:
parent
544ed0328c
commit
d4d1310c5c
@ -19,7 +19,7 @@ use driver::session::Session;
|
||||
use std::path::Path;
|
||||
|
||||
#[cfg(not(windows))]
|
||||
pub fn postprocess_executable(sess: Session, filename: &Path) {}
|
||||
pub fn postprocess_executable(_sess: Session, _filename: &Path) {}
|
||||
|
||||
#[cfg(windows)]
|
||||
pub fn postprocess_executable(sess: Session, filename: &Path) {
|
||||
|
Loading…
Reference in New Issue
Block a user