Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iximeow committed Jun 19, 2020
1 parent a0aa813 commit bb27ee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lucet-runtime/lucet-runtime-internals/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,9 @@ impl Instance {
Ok(_) => lucet_bail!("resume with forced unwind returned normally"),
}
}
State::Faulted { context, details, .. } => {
State::Faulted {
context, details, ..
} => {
#[unwind(allowed)]
extern "C" fn initiate_unwind() {
panic!(TerminationDetails::ForcedUnwind);
Expand Down

0 comments on commit bb27ee7

Please sign in to comment.