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
More TransparentWrapper impls (core::cmp::Reverse and core::num::Saturating) (#269)
* impl<T> TransparentWrapper<T> for core::cmp::Reverse<T>
* impl<T> TransparentWrapper<T> for core::num::Saturating<T>, with a new feature for non-base-MSRV stdlib TransparentWrapper impls.
* Restrict TransparentWrapper<T> for Reverse<T> to cfg(feature = "transparentwrapper_extra").
* nightly_docs for transparent_wrapper_extra
---------
Co-authored-by: Lokathor <[email protected]>
0 commit comments