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

Remove unnecessary clone()s in bootstrap #76735

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Commits on Sep 16, 2020

  1. Remove unnecessary clone()s in bootstrap

    The performance difference is negligible, but it makes me feel better.
    
    Note that this does not remove some clones in `config`, because it would
    require changing the logic around (and performance doesn't matter
    for bootstrap).
    jyn514 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d04ca00 View commit details
    Browse the repository at this point in the history