Skip to content

Improve clippy --version output #3015

Closed
@phansch

Description

@phansch

Currently, running cargo clippy --version just returns 0.0.212. For debugging Clippy properly, we now need to know the exact commit that was included in rust nightly.

It would be nice to bring this in line with other components like cargo:

cargo 1.29.0-nightly (b42488270 2018-08-04)

The implementation from cargo is here

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messages

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions