Skip to content

Commit

Permalink
Remove completed FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 24, 2016
1 parent ddf011d commit e1269ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/panicking.rs
Expand Up @@ -153,7 +153,7 @@ pub fn take_hook() -> Box<Fn(&PanicInfo) + 'static + Sync + Send> {

match hook {
Hook::Default => Box::new(default_hook),
Hook::Custom(ptr) => {Box::from_raw(ptr)} // FIXME #30530
Hook::Custom(ptr) => Box::from_raw(ptr),
}
}
}
Expand Down

0 comments on commit e1269ff

Please sign in to comment.