Skip to content

Commit

Permalink
Implement std::fmt::Debug for InterruptHandle (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke authored May 21, 2021
1 parent 7d20368 commit 817d72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasmtime/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ impl wasmtime_runtime::ModuleInfoLookup for StoreInner {
/// particular `Store`.
///
/// This structure is created by the [`Store::interrupt_handle`] method.
#[derive(Debug)]
pub struct InterruptHandle {
interrupts: Arc<VMInterrupts>,
}
Expand Down

0 comments on commit 817d72a

Please sign in to comment.