mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
minor changes to pass the format check
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
use crate::path::{Path, PathBuf};
|
||||
use crate::sys::cvt;
|
||||
use crate::sys::hermit::abi;
|
||||
use crate::sys::hermit::abi::{O_RDONLY, O_WRONLY, O_RDWR,O_CREAT,
|
||||
O_EXCL, O_TRUNC, O_APPEND};
|
||||
use crate::sys::hermit::abi::{O_RDONLY, O_WRONLY, O_RDWR,O_CREAT, O_EXCL, O_TRUNC, O_APPEND};
|
||||
use crate::sys::hermit::fd::FileDesc;
|
||||
use crate::sys::time::SystemTime;
|
||||
use crate::sys::{unsupported, Void};
|
||||
|
||||
Reference in New Issue
Block a user