Skip to content

Commit

Permalink
Fix lint alloy-dyn-abi (#758)
Browse files Browse the repository at this point in the history
Fix lint alloy-dyn-abi
  • Loading branch information
emhane authored Oct 4, 2024
1 parent f57baa8 commit 94ee8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dyn-abi/src/dynamic/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl<T: Into<Word>> From<T> for DynToken<'_> {
}
}

impl<'a> PartialEq<DynToken<'a>> for DynToken<'_> {
impl PartialEq<DynToken<'_>> for DynToken<'_> {
#[inline]
fn eq(&self, other: &DynToken<'_>) -> bool {
match (self, other) {
Expand Down

0 comments on commit 94ee8a3

Please sign in to comment.