mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Rollup merge of #113524 - bjorn3:remove_tidy_pal_exception, r=the8472
Remove the library/term exception in tidy's pal checker code This crate doesn't exist anymore.
This commit is contained in:
commit
34aebbdabd
@ -39,7 +39,6 @@ const EXCEPTION_PATHS: &[&str] = &[
|
||||
"library/panic_unwind",
|
||||
"library/unwind",
|
||||
"library/rtstartup", // Not sure what to do about this. magic stuff for mingw
|
||||
"library/term", // Not sure how to make this crate portable, but test crate needs it.
|
||||
"library/test", // Probably should defer to unstable `std::sys` APIs.
|
||||
// The `VaList` implementation must have platform specific code.
|
||||
// The Windows implementation of a `va_list` is always a character
|
||||
|
Loading…
Reference in New Issue
Block a user