Skip to main content

convert_match_to_let_else

Function convert_match_to_let_else 

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