mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
Wrap allow(clippy::all) twice to avoid potential stability errors in the future.
This commit is contained in:
parent
4b223af2d3
commit
52d482ffd1
@ -273,13 +273,16 @@ where
|
||||
|
||||
let ret_tokens = quote! {
|
||||
#[allow(clippy::all)]
|
||||
{{
|
||||
use sqlx::Arguments as _;
|
||||
{
|
||||
#[allow(clippy::all)]
|
||||
{
|
||||
use sqlx::Arguments as _;
|
||||
|
||||
#args_tokens
|
||||
#args_tokens
|
||||
|
||||
#output
|
||||
}}
|
||||
#output
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Store query metadata only if offline support is enabled but the current build is online.
|
||||
|
Loading…
x
Reference in New Issue
Block a user