let's add a couple more brackets

This commit is contained in:
o0Ignition0o 2020-11-17 21:19:34 +01:00 committed by Austin Bonander
parent 9dc039c1ff
commit 4b223af2d3

View File

@ -273,13 +273,13 @@ where
let ret_tokens = quote! {
#[allow(clippy::all)]
{
{{
use sqlx::Arguments as _;
#args_tokens
#output
}
}}
};
// Store query metadata only if offline support is enabled but the current build is online.