We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6f127 commit 85270caCopy full SHA for 85270ca
1 file changed
crates/wasm-smith/src/core.rs
@@ -2730,17 +2730,6 @@ impl EntityType {
2730
}
2731
2732
2733
-// A helper structure used when generating module/instance types to limit the
2734
-// amount of each kind of import created.
2735
-#[derive(Default, Clone, Copy, PartialEq)]
2736
-struct Entities {
2737
- globals: usize,
2738
- memories: usize,
2739
- tables: usize,
2740
- funcs: usize,
2741
- tags: usize,
2742
-}
2743
-
2744
/// A container for the kinds of instructions that wasm-smith is allowed to
2745
/// emit.
2746
///
0 commit comments