From 2080669943e79aba619bc80829172c696ec1f15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Sun, 27 Aug 2023 12:04:12 +0800 Subject: chore: update to Rust 1.72 (#20258) As the title. --------- Co-authored-by: Matt Mastracci --- runtime/ops/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/process.rs') diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs index 076c13765..0b9a95c55 100644 --- a/runtime/ops/process.rs +++ b/runtime/ops/process.rs @@ -579,7 +579,7 @@ mod deprecated { #[cfg(unix)] let signal = run_status.signal(); #[cfg(not(unix))] - let signal = None; + let signal = Default::default(); code .or(signal) -- cgit v1.2.3