Skip to content

Commit 935db86

Browse files
committed
Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee
move personality to sys this moves `personality` to sys, removing another PAL exception
2 parents dd5d48a + 2eba371 commit 935db86

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ pub mod alloc;
603603

604604
// Private support modules
605605
mod panicking;
606-
mod personality;
607606

608607
#[path = "../../backtrace/src/lib.rs"]
609608
#[allow(dead_code, unused_attributes, fuzzy_provenance_casts)]

std/src/sys/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#![allow(missing_debug_implementations)]
2424

2525
pub mod common;
26+
mod personality;
2627

2728
cfg_if::cfg_if! {
2829
if #[cfg(unix)] {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)