diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-11-24 16:09:55 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-11-24 16:09:55 +0300 |
| commit | 2e41ce99230ba104b4bb23c8df43764e95eebf18 (patch) | |
| tree | 872f74a506c5c624ee1f462c44ff8a26a825b038 /src | |
| parent | 7d761fe0462ba0f671a237d0bb35e3579b8ba0e8 (diff) | |
| download | rust-2e41ce99230ba104b4bb23c8df43764e95eebf18.tar.gz rust-2e41ce99230ba104b4bb23c8df43764e95eebf18.zip | |
tidy: Remove unused import
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/error_codes_check.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/error_codes_check.rs b/src/tools/tidy/src/error_codes_check.rs index 5364005840a..41c4b618e60 100644 --- a/src/tools/tidy/src/error_codes_check.rs +++ b/src/tools/tidy/src/error_codes_check.rs @@ -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! |
