Skip to content

Commit 227d106

Browse files
committed
remove compiler warnings
1 parent 1ab5b0b commit 227d106

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/hermit

1 file changed

+1
-1
lines changed

library/std/src/sys/hermit/fd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![unstable(reason = "not public", issue = "none", feature = "fd")]
22

3-
use crate::io::{self, Read, ReadBuf};
3+
use crate::io::{self, Read};
44
use crate::mem;
55
use crate::sys::cvt;
66
use crate::sys::hermit::abi;

0 commit comments

Comments
 (0)