Skip to content

Commit 6a0a073

Browse files
smoeliuscamsteffen
andcommitted
Update clippy_utils/src/higher.rs
Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com>
1 parent 4048d26 commit 6a0a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/higher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ impl FormatArgsExpn<'tcx> {
607607
/// Type representing a `FormatArgsExpn`'s format arguments
608608
pub struct FormatArgsArg<'fmt, 'tcx> {
609609
/// An element of `value_args` according to `position`
610-
pub value: &'fmt Expr<'tcx>,
610+
pub value: &'tcx Expr<'tcx>,
611611
/// An element of `args` according to `position`
612612
pub arg: &'tcx Expr<'tcx>,
613613
/// An element of `fmt_expn`

0 commit comments

Comments
 (0)