Skip to content

Review core/std for bad copies #3623

Description

@brson

After demoding there are going to be a number of argument parameters that should be by value instead of by reference and vice versa. In particular, any time a function wants to transform one thing into another it should probably take it by value and do moves, forcing the caller to decide about the copy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions