]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/powerpc64_unknown_linux_musl.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / powerpc64_unknown_linux_musl.rs
index be91dc44b9357912a55b594cffc39d6a672b9adc..c3b956effaeadea421f64ee6df0f1ab27a2ec83d 100644 (file)
@@ -17,9 +17,6 @@ pub fn target() -> TargetResult {
         target_env: "musl".to_string(),
         target_vendor: "unknown".to_string(),
         linker_flavor: LinkerFlavor::Gcc,
-        options: TargetOptions {
-            target_mcount: "_mcount".to_string(),
-            .. base
-        },
+        options: TargetOptions { target_mcount: "_mcount".to_string(), ..base },
     })
 }