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
move nonpoison_and_poison_unwrap_test macro to lib.rs
This commit moves the duplicating test macro for poison and nonpoison
locks into the parent module. Since it is generic for all locks (either
it calls `unwrap` or it doesn't), we can use it for all poison/nonpoison
lock tests.
0 commit comments