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 /src | |
| parent | 921f669749a57ab5936721fdd93b2da57b581381 (diff) | |
| download | rust-90e11a2a58ce1565786f6aff7bbdf3f314c6b458.tar.gz rust-90e11a2a58ce1565786f6aff7bbdf3f314c6b458.zip | |
move personality to sys
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/pal.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 6fd41e83362..5009b233542 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -58,8 +58,6 @@ const EXCEPTION_PATHS: &[&str] = &[ "library/std/src/path.rs", "library/std/src/sys_common", // Should only contain abstractions over platforms "library/std/src/net/test.rs", // Utility helpers for tests - "library/std/src/personality.rs", - "library/std/src/personality/", ]; pub fn check(path: &Path, bad: &mut bool) { |
