diff options
| author | Ayush Singh <ayushdevel1325@gmail.com> | 2023-09-21 18:59:43 +0530 |
|---|---|---|
| committer | Ayush Singh <ayushdevel1325@gmail.com> | 2023-09-22 23:56:51 +0530 |
| commit | 984ecefed8a12fc31200f5307f07acd7ce6b18c9 (patch) | |
| tree | 7c63720402d413138d9e539dbad2a1544488979d /src | |
| parent | c7e5f3ca085c3adfd285a6d41080ff65a6299bc9 (diff) | |
| download | rust-984ecefed8a12fc31200f5307f07acd7ce6b18c9.tar.gz rust-984ecefed8a12fc31200f5307f07acd7ce6b18c9.zip | |
Fixes from PR
- Hide Docs - Use repr_unpacked error Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/pal.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 3a4d9c53d7b..5f6b63a67fd 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -56,6 +56,7 @@ 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/io/error.rs", // Repr unpacked needed for UEFI ]; pub fn check(path: &Path, bad: &mut bool) { |
