Format Rust imports with rustfmt

This commit is contained in:
topjohnwu
2025-10-18 00:00:04 -07:00
committed by John Wu
parent 0dc8231585
commit 5bcb55b7fc
27 changed files with 109 additions and 122 deletions

View File

@@ -8,7 +8,9 @@ use base::{
Utf8CStrBuf, Utf8CString, WalkResult, clone_attr, cstr, debug, error, info, libc, raw_cstr,
warn,
};
use nix::{fcntl::OFlag, mount::MsFlags, unistd::UnlinkatFlags};
use nix::fcntl::OFlag;
use nix::mount::MsFlags;
use nix::unistd::UnlinkatFlags;
use std::collections::BTreeMap;
use std::os::fd::IntoRawFd;
use std::path::{Component, Path};