mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:59:31 +00:00
std: move personality implementation out of PAL
This commit is contained in:
@@ -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)] {
|
||||
|
||||
Reference in New Issue
Block a user