Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More TransparentWrapper impls (core::cmp::Reverse and core::num::Saturating) #269

Merged
merged 5 commits into from
Oct 31, 2024

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    f3ec795 View commit details
    Browse the repository at this point in the history
  2. impl<T> TransparentWrapper<T> for core::num::Saturating<T>, with a ne…

    …w feature for non-base-MSRV stdlib TransparentWrapper impls.
    zachs18 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e48da5a View commit details
    Browse the repository at this point in the history
  3. Restrict TransparentWrapper<T> for Reverse<T> to cfg(feature = "trans…

    …parentwrapper_extra").
    zachs18 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bc9b93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee64218 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    94acd77 View commit details
    Browse the repository at this point in the history