We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c6378 + 470c244 commit 34aebbdCopy full SHA for 34aebbd
src/tools/tidy/src/pal.rs
@@ -39,7 +39,6 @@ const EXCEPTION_PATHS: &[&str] = &[
39
"library/panic_unwind",
40
"library/unwind",
41
"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.
43
"library/test", // Probably should defer to unstable `std::sys` APIs.
44
// The `VaList` implementation must have platform specific code.
45
// The Windows implementation of a `va_list` is always a character
0 commit comments