rust/clippy_lints
bors 13c1a01936 Auto merge of #6416 - deg4uss3r:map_err_restricted, r=ebroto
Moved map_err_ignore to restriction and updated help message

This MR moves map_err_ignore lint from `pedantic` to the `restriction` category of lints and updates the help message to give the user an option to ignore the lint by naming the closure variable e.g. `.map_err(|_ignored| ...`

---

changelog: move map_err_ignore to restriction category
2020-12-04 01:04:48 +00:00
..
src Auto merge of #6416 - deg4uss3r:map_err_restricted, r=ebroto 2020-12-04 01:04:48 +00:00
Cargo.toml Rollup merge of #6395 - Suyash458:master, r=flip1995 2020-12-03 10:21:32 +01:00
README.md

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