rust/clippy_lints
bors 06f1902878 Auto merge of #5937 - montrivo:option_if_let_else, r=flip1995
option_if_let_else - distinguish pure from impure else expressions

Addresses partially #5821.

changelog: improve the lint `option_if_let_else`. Suggest `map_or` or `map_or_else` based on the else expression purity.
2020-09-16 19:36:49 +00:00
..
src Auto merge of #5937 - montrivo:option_if_let_else, r=flip1995 2020-09-16 19:36:49 +00:00
Cargo.toml bump pulldown-cmark v0.8 2020-09-16 12:09:57 +07: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.