mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-24 07:40:08 +00:00
rename tools::raw to tools::fd
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3497f97a7d
commit
97f41473db
@ -1,3 +1,5 @@
|
||||
//! Raw file descriptor related structures.
|
||||
|
||||
use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
|
||||
/// Guard a raw file descriptor with a drop handler. This is mostly useful when access to an owned
|
@ -5,8 +5,8 @@ use lazy_static::lazy_static;
|
||||
|
||||
pub mod common_regex;
|
||||
pub mod io;
|
||||
pub mod fd;
|
||||
pub mod fs;
|
||||
pub mod raw;
|
||||
pub mod serde;
|
||||
pub mod vec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user