diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-07-10 12:01:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-10 12:01:33 +0200 |
| commit | 34aebbdabdadad880d2dfc298b8678f8ae85ba26 (patch) | |
| tree | e687d3943da78965ac3e803fcd245d96ae9fdef8 | |
| parent | 70c637808fdf43f5baf3e2359f3a0113d8f814fd (diff) | |
| parent | 470c244c8a8274e9969e873148f13fe23e64a2c4 (diff) | |
| download | rust-34aebbdabdadad880d2dfc298b8678f8ae85ba26.tar.gz rust-34aebbdabdadad880d2dfc298b8678f8ae85ba26.zip | |
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.
| -rw-r--r-- | src/tools/tidy/src/pal.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 62c070221dc..b386b000bef 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -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 |
