pub fn can_use_if_let_chains(cx: &LateContext<'_>, msrv: Msrv) -> boolExpand description
Checks if the chosen edition and msrv allows using if let chains.
pub fn can_use_if_let_chains(cx: &LateContext<'_>, msrv: Msrv) -> boolChecks if the chosen edition and msrv allows using if let chains.