minor changes to pass the format check

This commit is contained in:
Stefan Lankes
2020-03-30 07:05:35 +02:00
parent 415aff0516
commit 412083469e
+1 -2
View File
@@ -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};