Skip to content

Commit fd5d76a

Browse files
authored
Remove an unused type (#1463)
Detected with the latest nightly
1 parent ac798ee commit fd5d76a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

crates/wasm-smith/src/core.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,6 @@ impl Module {
243243
}
244244
}
245245

246-
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
247-
pub(crate) struct RecGroup {
248-
pub(crate) types: Vec<SubType>,
249-
}
250-
251246
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
252247
pub(crate) struct SubType {
253248
pub(crate) is_final: bool,

0 commit comments

Comments
 (0)