Skip to content

Commit 85270ca

Browse files
authored
Fix nightly warning (#1636)
Cropped up in last night's nightly.
1 parent 2c6f127 commit 85270ca

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

crates/wasm-smith/src/core.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,17 +2730,6 @@ impl EntityType {
27302730
}
27312731
}
27322732

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-
27442733
/// A container for the kinds of instructions that wasm-smith is allowed to
27452734
/// emit.
27462735
///

0 commit comments

Comments
 (0)