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 1b0ce5a commit ff114f4Copy full SHA for ff114f4
compiler/rustc_ast_lowering/src/format.rs
@@ -101,7 +101,6 @@ impl<'hir> LoweringContext<'_, 'hir> {
101
&& let ExprKind::Lit(lit) = arg.kind
102
&& let Some(literal) = self.try_inline_lit(lit)
103
{
104
-
105
// Now we need to mutate the outer FormatArgs.
106
// If this is the first time, this clones the outer FormatArgs.
107
let fmt = fmt.to_mut();
0 commit comments