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