Fix sync build.

This commit is contained in:
Stephen Chung 2022-03-03 13:14:35 +08:00
parent 0e9a16e437
commit 14e23ed74c

View File

@ -208,7 +208,6 @@ enum DynamicReadLockInner<'d, T: Clone> {
/// A read guard to a shared value.
#[cfg(not(feature = "no_closure"))]
#[cfg(not(feature = "sync"))]
Guard(crate::func::native::LockGuard<'d, Dynamic>),
}