We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4120834 commit 6c80bdbCopy full SHA for 6c80bdb
src/libstd/sys/hermit/fs.rs
@@ -6,7 +6,7 @@ use crate::io::{IoSlice, IoSliceMut, SeekFrom};
6
use crate::path::{Path, PathBuf};
7
use crate::sys::cvt;
8
use crate::sys::hermit::abi;
9
-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_APPEND, O_CREAT, O_EXCL, O_RDONLY, O_RDWR, O_TRUNC, O_WRONLY};
10
use crate::sys::hermit::fd::FileDesc;
11
use crate::sys::time::SystemTime;
12
use crate::sys::{unsupported, Void};
0 commit comments