Skip to content

Commit c31785a

Browse files
committed
Run ./x.py fmt
1 parent 8d80cc5 commit c31785a

File tree

1 file changed

+1
-4
lines changed
  • src/librustc_builtin_macros

1 file changed

+1
-4
lines changed

src/librustc_builtin_macros/asm.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,7 @@ fn err_duplicate_option<'a>(p: &mut Parser<'a>, symbol: Symbol, span: Span) {
292292
.sess
293293
.span_diagnostic
294294
.struct_span_err(span, &format!("the `{}` option was already provided", symbol));
295-
err.span_label(
296-
span,
297-
"this option was already provided",
298-
);
295+
err.span_label(span, "this option was already provided");
299296

300297
// Tool-only output
301298
let mut full_span = span;

0 commit comments

Comments
 (0)