diff options
| author | bors <bors@rust-lang.org> | 2023-07-10 05:19:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-10 05:19:37 +0000 |
| commit | 743333f3dd90721461c09387ec73d09c080d5f5f (patch) | |
| tree | 65d1ec367b706398363c43a71ac1a09c58093643 /src | |
| parent | 71f71a5397c42fec01f5c1045c638d961fa9f7ca (diff) | |
| parent | 90e11a2a58ce1565786f6aff7bbdf3f314c6b458 (diff) | |
| download | rust-743333f3dd90721461c09387ec73d09c080d5f5f.tar.gz rust-743333f3dd90721461c09387ec73d09c080d5f5f.zip | |
Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee
move personality to sys this moves `personality` to sys, removing another PAL exception
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 abb2a35f085..62c070221dc 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -56,8 +56,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) { |
