Skip to content

Commit 39d2aa0

Browse files
smoeliuscamsteffen
andauthored
Update clippy_utils/src/higher.rs
Co-authored-by: Cameron Steffen <[email protected]>
1 parent 43a9cf5 commit 39d2aa0

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
@@ -604,7 +604,7 @@ impl FormatArgsExpn<'tcx> {
604604
/// Type representing a `FormatArgsExpn`'s format arguments
605605
pub struct FormatArgsArg<'fmt, 'tcx> {
606606
/// An element of `value_args` according to `position`
607-
pub value: &'fmt Expr<'tcx>,
607+
pub value: &'tcx Expr<'tcx>,
608608
/// An element of `args` according to `position`
609609
pub arg: &'tcx Expr<'tcx>,
610610
/// An element of `fmt_expn`

0 commit comments

Comments
 (0)