Fixes from PR

- Hide Docs
- Use repr_unpacked error

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
This commit is contained in:
Ayush Singh 2023-09-21 18:59:43 +05:30
parent c7e5f3ca08
commit 984ecefed8
No known key found for this signature in database
GPG key ID: 05CEF5C789E55A74
3 changed files with 6 additions and 5 deletions

View file

@ -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) {