We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a9cf5 commit 39d2aa0Copy full SHA for 39d2aa0
clippy_utils/src/higher.rs
@@ -604,7 +604,7 @@ impl FormatArgsExpn<'tcx> {
604
/// Type representing a `FormatArgsExpn`'s format arguments
605
pub struct FormatArgsArg<'fmt, 'tcx> {
606
/// An element of `value_args` according to `position`
607
- pub value: &'fmt Expr<'tcx>,
+ pub value: &'tcx Expr<'tcx>,
608
/// An element of `args` according to `position`
609
pub arg: &'tcx Expr<'tcx>,
610
/// An element of `fmt_expn`
0 commit comments