diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-07-10 08:25:50 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-07-10 08:25:50 +0000 |
| commit | 470c244c8a8274e9969e873148f13fe23e64a2c4 (patch) | |
| tree | d2a00df354c996f7fe5d1493a6cd81aa23ed304a | |
| parent | 743333f3dd90721461c09387ec73d09c080d5f5f (diff) | |
| download | rust-470c244c8a8274e9969e873148f13fe23e64a2c4.tar.gz rust-470c244c8a8274e9969e873148f13fe23e64a2c4.zip | |
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 |
