mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-28 22:21:11 +00:00
Fix cfg-specific unused lints
This commit is contained in:
committed by
Austin Bonander
parent
abdd29f145
commit
85b5ab0fb3
@@ -187,7 +187,7 @@ impl<DB: Database> DescribeExt for Describe<DB> {}
|
||||
fn expand_with_data<DB: DatabaseExt>(
|
||||
input: QueryMacroInput,
|
||||
data: QueryData<DB>,
|
||||
offline: bool,
|
||||
#[allow(unused_variables)] offline: bool,
|
||||
) -> crate::Result<TokenStream>
|
||||
where
|
||||
Describe<DB>: DescribeExt,
|
||||
|
||||
Reference in New Issue
Block a user