From 8465bd0037acbaac0c7dfab6a8c6dbf47539934e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 13 Jul 2023 15:16:24 -0600 Subject: chore: update to Rust 1.71 (#19822) --- ext/web/hr_timer_lock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web') diff --git a/ext/web/hr_timer_lock.rs b/ext/web/hr_timer_lock.rs index f1f588d6c..cd141a638 100644 --- a/ext/web/hr_timer_lock.rs +++ b/ext/web/hr_timer_lock.rs @@ -63,5 +63,5 @@ pub(crate) fn hr_timer_lock() -> windows::HrTimerLock { /// No-op on other platforms. #[cfg(not(target_os = "windows"))] pub(crate) fn hr_timer_lock() -> (std::marker::PhantomData<()>,) { - (std::marker::PhantomData::default(),) + Default::default() } -- cgit v1.2.3