Skip to content

Commit ff114f4

Browse files
committed
Formatting.
1 parent 1b0ce5a commit ff114f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_ast_lowering/src/format.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ impl<'hir> LoweringContext<'_, 'hir> {
101101
&& let ExprKind::Lit(lit) = arg.kind
102102
&& let Some(literal) = self.try_inline_lit(lit)
103103
{
104-
105104
// Now we need to mutate the outer FormatArgs.
106105
// If this is the first time, this clones the outer FormatArgs.
107106
let fmt = fmt.to_mut();

0 commit comments

Comments
 (0)