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

Remove const_transmute feature dependency #45

Merged
merged 6 commits into from
Jul 30, 2020
Merged

Remove const_transmute feature dependency #45

merged 6 commits into from
Jul 30, 2020

Commits on Jul 30, 2020

  1. Remove const_transmute feature flag

    `const_transmute` has been stabilized on current nightly, see rust-lang/rust#72920
    RSSchermer committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    e1eedcb View commit details
    Browse the repository at this point in the history
  2. Update readme

    RSSchermer committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7805359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3e9106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b6e893 View commit details
    Browse the repository at this point in the history
  5. Update readme with const fn feature flag requirement when using `of…

    …fset_of!` inside a `const fn`
    RSSchermer committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    cc7a48c View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    RSSchermer committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    f1c3780 View commit details
    Browse the repository at this point in the history