Skip to content

Commit 43d7732

Browse files
authored
Rollup merge of #66698 - petrochenkov:tidywarn, r=Mark-Simulacrum
tidy: Remove unused import It produces annoying warnings on `x.py` runs.
2 parents 30599d7 + 2e41ce9 commit 43d7732

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/tidy/src/error_codes_check.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use std::collections::HashMap;
55
use std::ffi::OsStr;
66
use std::fs::read_to_string;
7-
use std::io::Read;
87
use std::path::Path;
98

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

0 commit comments

Comments
 (0)