rust/clippy_lints
bors 9f5de6626b Auto merge of #11460 - J-ZhengLi:issue11429, r=Centri3
suggest passing function instead of calling it in closure for [`option_if_let_else`]

fixes: #11429

changelog: suggest passing function instead of calling it in closure for [`option_if_let_else`]
2023-10-23 14:37:13 +00:00
..
src Auto merge of #11460 - J-ZhengLi:issue11429, r=Centri3 2023-10-23 14:37:13 +00:00
Cargo.toml Merge commit 'b105fb4c39' into clippyup 2023-10-06 17:35:45 +02: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.