You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sync)!: address the clippy::extra_unused_lifetimes lint
Removes unused lifetime parameter from `r3::sync::{recursive_,}mutex
::Definer::wrap_hunk_unchecked`. This breaks user code that explicitly
specify a lifetime (although there is no practical reason to do so).
0 commit comments