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

Don't clone before borrowing #608

Merged
merged 1 commit into from
Jul 18, 2018
Merged

Commits on Jul 13, 2018

  1. Don't clone before borrowing

    Clippy told us to change function parameters to references, but
    wasn't able to then tell us that the clone() before borrowing
    was superfluous. This patch removes those by hand.
    
    No expectation of a performance improvement here, since we were
    just cloning reference counts. Just removes a bunch of noise.
    garious committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    aaaa6d7 View commit details
    Browse the repository at this point in the history