process: remove obsolete allow(deprecated) from is_rt_shutdown_err (#7685)

This commit is contained in:
Alice Ryhl
2025-10-15 14:17:56 +02:00
committed by GitHub
parent 51e9dc0943
commit 2137f7d953
-1
View File
@@ -124,7 +124,6 @@ fn display_eq(d: impl std::fmt::Display, s: &str) -> bool {
fmt_eq.remainder.is_empty() && !fmt_eq.unequal
}
#[allow(deprecated)]
fn is_rt_shutdown_err(err: &io::Error) -> bool {
if let Some(inner) = err.get_ref() {
err.kind() == io::ErrorKind::Other