Skip to main content

replace_let_with_if_let

Function replace_let_with_if_let 

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