diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2018-03-08 16:29:00 +0900 |
|---|---|---|
| committer | Seiichi Uchida <seuchida@gmail.com> | 2018-03-08 18:10:23 +0900 |
| commit | a6b574bfa7a301405b64d54e7576d001fb22b7db (patch) | |
| tree | 0fd305dbd2f0eb7e6f60236796ee9888dc25bd9b /src/format-diff | |
| parent | a2f861730e5b33391c97fe7ec91470d1c9b96ba9 (diff) | |
| download | rust-a6b574bfa7a301405b64d54e7576d001fb22b7db.tar.gz rust-a6b574bfa7a301405b64d54e7576d001fb22b7db.zip | |
Cargo update and cargo clippy
Diffstat (limited to 'src/format-diff')
| -rw-r--r-- | src/format-diff/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format-diff/main.rs b/src/format-diff/main.rs index c42fbb6f7cf..6633da208e8 100644 --- a/src/format-diff/main.rs +++ b/src/format-diff/main.rs @@ -81,7 +81,7 @@ impl From<io::Error> for FormatDiffError { } fn main() { - let _ = env_logger::init(); + env_logger::init(); let mut opts = getopts::Options::new(); opts.optflag("h", "help", "show this message"); |
