mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Fix new dogfood issue
This commit is contained in:
parent
6410606815
commit
af35d37749
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ pub fn find_format_args(cx: &LateContext<'_>, start: &Expr<'_>, expn_id: ExpnId)
|
|||
ast_format_args
|
||||
.get()?
|
||||
.get(&format_args_expr.span.with_parent(None))
|
||||
.map(Rc::clone)
|
||||
.cloned()
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue