Skip to content

Commit

Permalink
Remove a redundant allow(unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Mar 28, 2024
1 parent 8ff16e1 commit 1a9e7f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libwasmrun/src/exec/subtyping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ pub(super) fn is_value_subtype_of(
)
}

#[allow(unused)]
pub(crate) fn is_heap_subtype_of(
sub_ty: &HeapType,
super_ty: &HeapType,
Expand Down

0 comments on commit 1a9e7f3

Please sign in to comment.