From 953bd3aedca0560f7355166200ea131041437070 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 26 Jul 2023 10:44:42 -0400 Subject: [PATCH] Cherry-pick version bump commit with conflicts --- ext/fs/sync.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/fs/sync.rs b/ext/fs/sync.rs index 749e4ee02e..a263b92e97 100644 --- a/ext/fs/sync.rs +++ b/ext/fs/sync.rs @@ -46,6 +46,11 @@ mod inner { #[cfg(not(feature = "sync_fs"))] mod inner { pub use std::rc::Rc as MaybeArc; +<<<<<<< HEAD +======= + use std::ops::Deref; + use std::ops::DerefMut; +>>>>>>> 2e7254f2a (fix(ext/fs): fix MaybeArc when not sync_fs) pub trait MaybeSync {} impl MaybeSync for T where T: ?Sized {}