Skip to main content

replace_if_let_with_match

Function replace_if_let_with_match 

Source
pub(crate) fn replace_if_let_with_match(
    acc: &mut Assists,
    ctx: &AssistContext<'_, '_>,
) -> Option<()>