remove compiler warnings
This commit is contained in:
parent
1ab5b0bc05
commit
227d106aec
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#![unstable(reason = "not public", issue = "none", feature = "fd")]
|
||||
|
||||
use crate::io::{self, Read, ReadBuf};
|
||||
use crate::io::{self, Read};
|
||||
use crate::mem;
|
||||
use crate::sys::cvt;
|
||||
use crate::sys::hermit::abi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue