rust/clippy_lints
bors 2950c8e1cb Auto merge of #6566 - giraffate:reduce_the_span_in_from_over_into, r=Manishearth
Reduce the span in `from_over_into` to impl header

A follow up of https://github.com/rust-lang/rust-clippy/pull/6476#discussion_r546271382
> That item might be quite large. We may want to reduce the span to the `impl` header.

changelog: none
2021-01-08 01:49:26 +00:00
..
src Auto merge of #6566 - giraffate:reduce_the_span_in_from_over_into, r=Manishearth 2021-01-08 01:49:26 +00:00
Cargo.toml Bump Clippy version to 0.1.51 2021-01-02 16:26:10 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.