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

Note calls to other functions that need the ref instead of a slice #2137

Closed
wants to merge 1 commit into from

Commits on Oct 14, 2017

  1. Note calls to other functions that need the ref instead of a slice

    This also applies to the needless_pass_by_value lint, though I haven't taken
    the time to figure out how to test it. Apart from that it will only note the
    calls/method calls, not the called functions/methods. Perhaps we should be
    able to avoid linting if the called functions are in external crates.
    
    I'll leave both of those weaknesses to followup PRs.
    llogiq committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    d83376c View commit details
    Browse the repository at this point in the history