Skip to content

Commit 34aebbd

Browse files
authored
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.
2 parents 70c6378 + 470c244 commit 34aebbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/tidy/src/pal.rs

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const EXCEPTION_PATHS: &[&str] = &[
3939
"library/panic_unwind",
4040
"library/unwind",
4141
"library/rtstartup", // Not sure what to do about this. magic stuff for mingw
42-
"library/term", // Not sure how to make this crate portable, but test crate needs it.
4342
"library/test", // Probably should defer to unstable `std::sys` APIs.
4443
// The `VaList` implementation must have platform specific code.
4544
// The Windows implementation of a `va_list` is always a character

0 commit comments

Comments
 (0)