]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/powerpc64_wrs_vxworks.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / powerpc64_wrs_vxworks.rs
index 27a84b953dd07453749392326243eb3229bb7116..e00a927c3a4bdc47e8ee4455ec7519db26de8ee7 100644 (file)
@@ -17,8 +17,6 @@ pub fn target() -> TargetResult {
         target_env: "gnu".to_string(),
         target_vendor: "wrs".to_string(),
         linker_flavor: LinkerFlavor::Gcc,
-        options: TargetOptions {
-            .. base
-        },
+        options: TargetOptions { ..base },
     })
 }