Update lib.rs
This commit is contained in:
parent
9fa0722cf6
commit
54e9aec53f
|
@ -136,7 +136,6 @@ extern crate libm;
|
||||||
/// Traps can't be handled by WebAssembly code, but are reported to the embedder.
|
/// Traps can't be handled by WebAssembly code, but are reported to the embedder.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Trap {
|
pub struct Trap {
|
||||||
// Needs to be `pub(crate)` to allow `if let` matching in tests
|
|
||||||
kind: TrapKind,
|
kind: TrapKind,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue