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