Ignore PAL lint for std::panicking
This commit is contained in:
parent
919c5fe6b9
commit
dd6c3b7c39
@ -59,6 +59,8 @@
|
||||
"src/libstd/sys_common/mod.rs",
|
||||
"src/libstd/sys_common/net.rs",
|
||||
"src/libstd/sys_common/backtrace.rs",
|
||||
// panic_unwind shims
|
||||
"src/libstd/panicking.rs",
|
||||
"src/libterm", // Not sure how to make this crate portable, but test crate needs it.
|
||||
"src/libtest", // Probably should defer to unstable `std::sys` APIs.
|
||||
"src/libstd/sync/mpsc", // some tests are only run on non-emscripten
|
||||
|
Loading…
Reference in New Issue
Block a user