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

Re-export traits #273

Merged
merged 11 commits into from
Jul 23, 2023
Merged

Re-export traits #273

merged 11 commits into from
Jul 23, 2023

Commits on Jul 15, 2023

  1. Re-export traits

    This is blocked until [trait aliases are allowed][1]. Because right new we'd
    also export any derives from std with the same name. This showed up with
    the Debug derive. But if rust starts implementing more derives for their
    built in types in std, then the same issue would occur for other traits.
    
    [1]: rust-lang/rust#41517
    JelteF committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7b10f6f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    a5a7809 View commit details
    Browse the repository at this point in the history
  2. Fix doc tests

    tyranron committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2efe373 View commit details
    Browse the repository at this point in the history
  3. Mention in CHANGELOG

    tyranron committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e2ecaf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    69cc221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81f61d View commit details
    Browse the repository at this point in the history
  3. Fix fmt + clippy

    JelteF committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    16c592f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e5fc1c View commit details
    Browse the repository at this point in the history
  5. rustfmt

    JelteF committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    12328c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5329951 View commit details
    Browse the repository at this point in the history
  7. Fix...

    JelteF committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    db4734e View commit details
    Browse the repository at this point in the history