chore: apply rustfmt config with module import granulatiry
This commit is contained in:
parent
2b9906f941
commit
2acf6f9f14
28 changed files with 190 additions and 288 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use rustix::{io::Errno, shm};
|
||||
use std::{
|
||||
os::fd::OwnedFd,
|
||||
time::{SystemTime, UNIX_EPOCH},
|
||||
};
|
||||
use rustix::io::Errno;
|
||||
use rustix::shm;
|
||||
use std::os::fd::OwnedFd;
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
fn create_memfd() -> rustix::io::Result<OwnedFd> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue