diff options
| author | Gus Caplan <me@gus.host> | 2023-02-26 01:37:26 -0800 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-07-09 17:32:26 -0700 |
| commit | 45b516c84439c5bc105249e7753b4917b3ffb5d1 (patch) | |
| tree | f02f24238551d9d9c77bd4b41a52db1b5124a2c0 /src | |
| parent | 921f669749a57ab5936721fdd93b2da57b581381 (diff) | |
| download | rust-45b516c84439c5bc105249e7753b4917b3ffb5d1.tar.gz rust-45b516c84439c5bc105249e7753b4917b3ffb5d1.zip | |
move pal cfgs in f32 and f64 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..abb2a35f085 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -53,8 +53,6 @@ const EXCEPTION_PATHS: &[&str] = &[ // FIXME: platform-specific code should be moved to `sys` "library/std/src/io/copy.rs", "library/std/src/io/stdio.rs", - "library/std/src/f32.rs", - "library/std/src/f64.rs", "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 |
