std: move personality implementation out of PAL

This commit is contained in:
joboet 2024-01-13 18:30:44 +01:00
parent 1d8d7b16cb
commit cb052d57b3
No known key found for this signature in database
GPG Key ID: 704E0149B0194B3C
8 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
/// descriptors.
mod pal;
mod personality;
// FIXME(117276): remove this, move feature implementations into individual
// submodules.
pub use pal::*;

View File

@ -23,7 +23,6 @@
#![allow(missing_debug_implementations)]
pub mod common;
mod personality;
cfg_if::cfg_if! {
if #[cfg(unix)] {