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

The Great Generics Generalisation: Clippy edition #2871

Merged
merged 4 commits into from
Jun 25, 2018

Commits on Jun 25, 2018

  1. Resolve field, struct and function renaming

    Addresses the errors produced by (re)moving, merging or renaming
    structs, fields and methods by rust-lang/rust#48149 and rust-lang/rust#51580
    flip1995 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d9a80d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203ad28 View commit details
    Browse the repository at this point in the history
  3. Resolve conflicts produced by GenericArgs

    Addresses the move/zip of Lifetimes and Types vectors from hir::PathParameters into the args vector of GenericArgs
    flip1995 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    c83fd39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    535c168 View commit details
    Browse the repository at this point in the history