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