Skip to content

Commit 394d733

Browse files
committed
run nightly rustfmt
1 parent be32fe2 commit 394d733

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bindgen/features.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ mod test {
514514
let features =
515515
RustFeatures::new_with_latest_edition(RustTarget::Stable_1_71);
516516
assert!(
517-
features.c_unwind_abi
518-
&& features.abi_efiapi
519-
&& !features.thiscall_abi
517+
features.c_unwind_abi &&
518+
features.abi_efiapi &&
519+
!features.thiscall_abi
520520
);
521521

522522
let features = RustFeatures::new(
@@ -532,9 +532,9 @@ mod test {
532532
let f_nightly =
533533
RustFeatures::new_with_latest_edition(RustTarget::Nightly);
534534
assert!(
535-
f_nightly.vectorcall_abi
536-
&& f_nightly.ptr_metadata
537-
&& f_nightly.layout_for_ptr
535+
f_nightly.vectorcall_abi &&
536+
f_nightly.ptr_metadata &&
537+
f_nightly.layout_for_ptr
538538
);
539539
}
540540

0 commit comments

Comments
 (0)