We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a24918 commit 5203bd1Copy full SHA for 5203bd1
1 file changed
sqlx-macros-core/src/query/args.rs
@@ -65,7 +65,7 @@ pub fn quote_args<DB: DatabaseExt>(
65
66
Ok(quote_spanned!(expr.span() =>
67
// this shouldn't actually run
68
- #[allow(clippy::missing_panics_doc, clippy::unreachable)]
+ #[allow(clippy::missing_panics_doc, clippy::unreachable, unused_mut)]
69
if false {
70
use ::#crate_name::ty_match::{WrapSameExt as _, MatchBorrowExt as _};
71
0 commit comments