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 4048d26 commit 6a0a073Copy full SHA for 6a0a073
clippy_utils/src/higher.rs
@@ -607,7 +607,7 @@ impl FormatArgsExpn<'tcx> {
607
/// Type representing a `FormatArgsExpn`'s format arguments
608
pub struct FormatArgsArg<'fmt, 'tcx> {
609
/// An element of `value_args` according to `position`
610
- pub value: &'fmt Expr<'tcx>,
+ pub value: &'tcx Expr<'tcx>,
611
/// An element of `args` according to `position`
612
pub arg: &'tcx Expr<'tcx>,
613
/// An element of `fmt_expn`
0 commit comments