rust/clippy_lints
bors 029777f029 Auto merge of #6896 - TaKO8Ki:refactor-lints-in-methods-module, r=phansch
Refactor lints in methods module

This PR refactors methods lints other than the lints I refactored in https://github.com/rust-lang/rust-clippy/pull/6826 and moves some functions to methods/utils.rs.
Basically, I follow the instruction described in #6680.

**For ease of review, I refactored step by step, keeping each commit small.**

closes https://github.com/rust-lang/rust-clippy/issues/6886
cc: `@phansch,` `@flip1995,` `@Y-Nak`

changelog: Move lints in methods module to their own modules and some function to methods/utils.rs.
2021-03-22 19:36:22 +00:00
..
src Auto merge of #6896 - TaKO8Ki:refactor-lints-in-methods-module, r=phansch 2021-03-22 19:36:22 +00:00
Cargo.toml Get rid of some unused dependecies 2021-03-16 14:51:57 +01:00
README.md

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