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

Revert #85176 addition of clone_from for ManuallyDrop #85758

Merged

Commits on May 27, 2021

  1. Revert rust-lang#85176 addition of clone_from for ManuallyDrop

    Forwarding `clone_from` to the inner value changes the observable
    behavior, as previously the inner value would *not* be dropped by the
    default implementation.
    petertodd committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5b2076f View commit details
    Browse the repository at this point in the history