Don't inline try_execute_query

This commit is contained in:
John Kåre Alsaker 2023-02-25 05:16:38 +01:00
parent ab5d3fbe7d
commit dd73080cc0

View file

@ -347,6 +347,7 @@ where
}
}
#[inline(never)]
fn try_execute_query<Q, Qcx>(
qcx: Qcx,
span: Span,