std: move personality implementation out of PAL
This commit is contained in:
parent
1d8d7b16cb
commit
cb052d57b3
8 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
/// descriptors.
|
||||
mod pal;
|
||||
|
||||
mod personality;
|
||||
|
||||
// FIXME(117276): remove this, move feature implementations into individual
|
||||
// submodules.
|
||||
pub use pal::*;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#![allow(missing_debug_implementations)]
|
||||
|
||||
pub mod common;
|
||||
mod personality;
|
||||
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(unix)] {
|
||||
|
|
Loading…
Add table
Reference in a new issue