Fix sync build.
This commit is contained in:
parent
0e9a16e437
commit
14e23ed74c
@ -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>),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user