diff options
-rw-r--r-- | ext/fs/sync.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fs/sync.rs b/ext/fs/sync.rs index 749e4ee02..091ea076c 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 {} |