Skip to main content

convert_let_else_to_match

Function convert_let_else_to_match 

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