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

Uplift get_def_path from Clippy #59779

Merged
merged 1 commit into from
Apr 15, 2019
Merged

Commits on Apr 12, 2019

  1. Uplift get_def_path from Clippy

    This uplifts `get_def_path` from Clippy. This is a follow up on the
    implementation of internal lints: rust-lang#59316
    
    The internal lint implementation also copied the implementation of the
    `AbsolutePathPrinter`. To get rid of this code duplication this also
    uplifts the `get_def_path` function from Clippy.
    
    This also renames `match_path` to `match_def_path`, as it was originally
    named in Clippy.
    flip1995 committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    136d66f View commit details
    Browse the repository at this point in the history