Skip to content

Commit af35d37

Browse files
Fix new dogfood issue
1 parent 6410606 commit af35d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ pub fn find_format_args(cx: &LateContext<'_>, start: &Expr<'_>, expn_id: ExpnId)
420420
ast_format_args
421421
.get()?
422422
.get(&format_args_expr.span.with_parent(None))
423-
.map(Rc::clone)
423+
.cloned()
424424
})
425425
}
426426

0 commit comments

Comments
 (0)