Skip to content

Commit

Permalink
Fix lint alloy-json-abi (#757)
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
emhane authored Oct 4, 2024
1 parent 94ee8a3 commit 1aa26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/json-abi/src/internal_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const VISITOR_EXPECTED: &str = "a valid internal type";

pub(crate) struct ItVisitor;

impl<'de> Visitor<'de> for ItVisitor {
impl Visitor<'_> for ItVisitor {
type Value = InternalType;

fn expecting(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Expand Down

0 comments on commit 1aa26cc

Please sign in to comment.