Skip to content

Commit 5203bd1

Browse files
committed
silence proc-macro errors
1 parent 5a24918 commit 5203bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlx-macros-core/src/query/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub fn quote_args<DB: DatabaseExt>(
6565

6666
Ok(quote_spanned!(expr.span() =>
6767
// this shouldn't actually run
68-
#[allow(clippy::missing_panics_doc, clippy::unreachable)]
68+
#[allow(clippy::missing_panics_doc, clippy::unreachable, unused_mut)]
6969
if false {
7070
use ::#crate_name::ty_match::{WrapSameExt as _, MatchBorrowExt as _};
7171

0 commit comments

Comments
 (0)