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