Skip to content

Commit e1269ff

Browse files
committed
Remove completed FIXME.
#30530
1 parent ddf011d commit e1269ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/panicking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub fn take_hook() -> Box<Fn(&PanicInfo) + 'static + Sync + Send> {
153153

154154
match hook {
155155
Hook::Default => Box::new(default_hook),
156-
Hook::Custom(ptr) => {Box::from_raw(ptr)} // FIXME #30530
156+
Hook::Custom(ptr) => Box::from_raw(ptr),
157157
}
158158
}
159159
}

0 commit comments

Comments
 (0)