Skip to content

Commit 750f902

Browse files
authored
Remove unused import of std::io::Read
1 parent 7369c7b commit 750f902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::{
44
tempfile::NamedTempfile,
55
Error, ErrorKind, OutputKind,
66
};
7-
use std::io::Read;
87
use std::{
98
borrow::Cow,
109
collections::HashMap,

0 commit comments

Comments
 (0)