]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/powerpc64le_unknown_linux_gnu.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / powerpc64le_unknown_linux_gnu.rs
index 784e3b090943caed6dc598ff43f848c51ac5565a..90737994612d40ca82ab70a4b0eddef7ab0ad4f3 100644 (file)
@@ -17,9 +17,6 @@ pub fn target() -> TargetResult {
         target_env: "gnu".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 },
     })
 }