Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Dec 3, 2024
1 parent 6ab665d commit e506bb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,7 @@ impl<T: TryFromExprSource + Debug + Clone + PartialEq> TryFrom<wasmparser::DataK
}
}

impl<T: TryFromExprSource + Debug + Clone + PartialEq> TryFrom<wasmparser::Data<'_>>
for Data<T>
{
impl<T: TryFromExprSource + Debug + Clone + PartialEq> TryFrom<wasmparser::Data<'_>> for Data<T> {
type Error = String;

fn try_from(value: wasmparser::Data) -> Result<Self, Self::Error> {
Expand Down

0 comments on commit e506bb6

Please sign in to comment.