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

Document overrides of clone_from() in core/std #122201

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Mar 8, 2024

  1. Document overrides of clone_from()

    Specifically, when an override doesn't just forward to an inner type,
    document the behavior and that it's preferred over simply assigning
    a clone of source. Also, change instances where the second parameter is
    "other" to "source".
    coolreader18 committed Mar 8, 2024
    1 Configuration menu
    Copy the full SHA
    c0e913f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Address comments

    coolreader18 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    87db7c3 View commit details
    Browse the repository at this point in the history