]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/utils/hir_utils.rs
Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez
[rust.git] / src / tools / clippy / clippy_lints / src / utils / hir_utils.rs
index d847d22275e831df1ff791418da5a2e02891cf22..d942d4e12b10629518cf54d5fac19c97281e1e37 100644 (file)
@@ -517,7 +517,7 @@ pub fn hash_expr(&mut self, e: &Expr<'_>) {
                     }
                 }
                 asm.options.hash(&mut self.s);
-                for op in asm.operands {
+                for (op, _op_sp) in asm.operands {
                     match op {
                         InlineAsmOperand::In { reg, expr } => {
                             reg.hash(&mut self.s);