]> git.proxmox.com Git - rustc.git/blob - vendor/rustix/src/fs/file_type.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / rustix / src / fs / file_type.rs
1 use crate::backend;
2
3 /// `S_IF*` constants.
4 pub use backend::fs::types::FileType;