diff options
| author | Gus Caplan <me@gus.host> | 2023-03-05 18:21:07 -0800 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-07-09 22:11:21 -0700 |
| commit | 90e11a2a58ce1565786f6aff7bbdf3f314c6b458 (patch) | |
| tree | 4f507b14d41f8bd41f9efcdf0306bd093b6c051d /library/std/src/sys/mod.rs | |
| parent | 921f669749a57ab5936721fdd93b2da57b581381 (diff) | |
| download | rust-90e11a2a58ce1565786f6aff7bbdf3f314c6b458.tar.gz rust-90e11a2a58ce1565786f6aff7bbdf3f314c6b458.zip | |
move personality to sys
Diffstat (limited to 'library/std/src/sys/mod.rs')
| -rw-r--r-- | library/std/src/sys/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs index c72be13804d..99a7b0d826a 100644 --- a/library/std/src/sys/mod.rs +++ b/library/std/src/sys/mod.rs @@ -23,6 +23,7 @@ #![allow(missing_debug_implementations)] pub mod common; +mod personality; cfg_if::cfg_if! { if #[cfg(unix)] { |
