diff --git a/ext/fs/sync.rs b/ext/fs/sync.rs index 749e4ee02e..091ea076c4 100644 --- a/ext/fs/sync.rs +++ b/ext/fs/sync.rs @@ -45,6 +45,8 @@ mod inner { #[cfg(not(feature = "sync_fs"))] mod inner { + use std::ops::Deref; + use std::ops::DerefMut; pub use std::rc::Rc as MaybeArc; pub trait MaybeSync {}