Update lib.rs

This commit is contained in:
Sergei Pepyakin 2019-01-02 12:00:01 +01:00 committed by GitHub
parent 9fa0722cf6
commit 54e9aec53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ extern crate libm;
/// Traps can't be handled by WebAssembly code, but are reported to the embedder.
#[derive(Debug)]
pub struct Trap {
// Needs to be `pub(crate)` to allow `if let` matching in tests
kind: TrapKind,
}