Skip to content

Commit

Permalink
Rollup merge of #66698 - petrochenkov:tidywarn, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
tidy: Remove unused import

It produces annoying warnings on `x.py` runs.
  • Loading branch information
pietroalbini committed Nov 25, 2019
2 parents 8480a78 + 2e41ce9 commit 9c4a639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/tidy/src/error_codes_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use std::collections::HashMap;
use std::ffi::OsStr;
use std::fs::read_to_string;
use std::io::Read;
use std::path::Path;

// A few of those error codes can't be tested but all the others can and *should* be tested!
Expand Down

0 comments on commit 9c4a639

Please sign in to comment.