Skip to content

Commit 607339f

Browse files
committed
Fix tidy
1 parent 6eea0ff commit 607339f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libpanic_unwind/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,3 @@ pub unsafe extern "C" fn __rust_start_panic(payload: usize) -> u32 {
100100
let payload = payload as *mut &mut dyn BoxMeUp;
101101
imp::panic(Box::from_raw((*payload).box_me_up()))
102102
}
103-
104-

0 commit comments

Comments
 (0)