]> git.lizzy.rs Git - rust.git/commitdiff
Run `./x.py fmt`
authorCamelid <camelidcamel@gmail.com>
Sat, 20 Jun 2020 03:25:36 +0000 (20:25 -0700)
committerCamelid <camelidcamel@gmail.com>
Sat, 20 Jun 2020 18:12:43 +0000 (11:12 -0700)
src/librustc_builtin_macros/asm.rs

index 6fa04c279d2697474509d5d06a04ca81352f96a2..52f86aa7e06b97f1b62a57213ce00a0c585cfaa7 100644 (file)
@@ -292,10 +292,7 @@ fn err_duplicate_option<'a>(p: &mut Parser<'a>, symbol: Symbol, span: Span) {
         .sess
         .span_diagnostic
         .struct_span_err(span, &format!("the `{}` option was already provided", symbol));
-    err.span_label(
-        span,
-        "this option was already provided",
-    );
+    err.span_label(span, "this option was already provided");
 
     // Tool-only output
     let mut full_span = span;