rust/tests
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
..
auxiliary
cargo
ui Auto merge of #6416 - deg4uss3r:map_err_restricted, r=ebroto 2020-12-04 01:04:48 +00:00
ui-cargo
ui-internal add internal-lints feature to enable clippys internal lints (off by default) 2020-11-29 21:07:43 +01:00
ui-toml add support for minimum supported rust version. 2020-11-25 12:22:47 +01:00
compile-test.rs add internal-lints feature to enable clippys internal lints (off by default) 2020-11-29 21:07:43 +01:00
dogfood.rs address review comments and rebase 2020-11-29 23:43:23 +01:00
fmt.rs
integration.rs
missing-test-files.rs
versioncheck.rs