rust-clippy/clippy_lints
bors 0e5e2c4365 Auto merge of #5323 - rabisg0:fix/5284, r=flip1995
Improvement: Don't show function body in needless_lifetimes

Changes the span on which the lint is reported to point to only the
function return type instead of the entire function body.
Fixes #5284

changelog: none
2020-03-20 12:45:30 +00:00
..
src Auto merge of #5323 - rabisg0:fix/5284, r=flip1995 2020-03-20 12:45:30 +00:00
Cargo.toml deps: bump itertools 0.8 -> 0.9 2020-03-08 01:33:17 +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.