Skip to content

Commit

Permalink
Remove sealed traits
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Oct 19, 2023
1 parent 60e1398 commit c2c1e02
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 173 deletions.
2 changes: 1 addition & 1 deletion crates/wasmparser/src/validator/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{
use super::{
check_max, combine_type_sizes,
operators::{ty_to_str, OperatorValidator, OperatorValidatorAllocations},
types::{CoreTypeId, EntityType, TypeAlloc, TypeIdentifierImpl, TypeList},
types::{CoreTypeId, EntityType, TypeAlloc, TypeIdentifier, TypeList},
};

// Section order for WebAssembly modules.
Expand Down
Loading

0 comments on commit c2c1e02

Please sign in to comment.