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/git-rustfmt | |
| parent | a2f861730e5b33391c97fe7ec91470d1c9b96ba9 (diff) | |
Cargo update and cargo clippy
Diffstat (limited to 'src/git-rustfmt')
| -rw-r--r-- | src/git-rustfmt/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-rustfmt/main.rs b/src/git-rustfmt/main.rs index 8811c1a5255..41e4ee2931d 100644 --- a/src/git-rustfmt/main.rs +++ b/src/git-rustfmt/main.rs @@ -184,7 +184,7 @@ impl Config { } fn main() { - let _ = env_logger::init(); + env_logger::init(); let opts = make_opts(); let matches = opts.parse(env::args().skip(1)) |
