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

Implement Copy and Clone for UnsafeCell<T> #55207

Closed

Commits on Oct 19, 2018

  1. Implement Copy and Clone for UnsafeCell<T>

    Only implemented if T implements Copy and/or Clone
    James Munns committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d8951ee View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Modify stability attributes so CI can build, only impl Clone if T is …

    …Copy
    James Munns committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    4676b10 View commit details
    Browse the repository at this point in the history
  2. Remove call to clone, and explain why

    James Munns committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    67bcac6 View commit details
    Browse the repository at this point in the history