Skip to content

Commit

Permalink
tidy: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Nov 24, 2019
1 parent 7d761fe commit 2e41ce9
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 2e41ce9

Please sign in to comment.