Skip to content

Commit a06cd16

Browse files
committed
tidy
1 parent a0a20dd commit a06cd16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/rustc_interface/src/tests.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,10 @@ fn test_unstable_options_tracking_hash() {
815815
tracked!(packed_bundled_libs, true);
816816
tracked!(panic_abort_tests, true);
817817
tracked!(panic_in_drop, PanicStrategy::Abort);
818-
tracked!(patchable_function_entry, PatchableFunctionEntry::from_total_and_prefix_nops(10, 5).expect("total >= prefix"));
818+
tracked!(
819+
patchable_function_entry,
820+
PatchableFunctionEntry::from_total_and_prefix_nops(10, 5).expect("total >= prefix")
821+
);
819822
tracked!(plt, Some(true));
820823
tracked!(polonius, Polonius::Legacy);
821824
tracked!(precise_enum_drop_elaboration, false);

0 commit comments

Comments
 (0)