Skip to content

Commit 5e4cd7a

Browse files
committed
fix: clippy error
1 parent 5f6f6e7 commit 5e4cd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/util/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ macro_rules! impl_byte_array_newtype {
614614
}
615615
}
616616

617-
impl crate::util::HexDeser for $thing {
617+
impl $crate::util::HexDeser for $thing {
618618
fn try_from_hex(hex_str: &str) -> Result<Self, $crate::util::HexError> {
619619
$thing::from_hex(hex_str)
620620
}

0 commit comments

Comments
 (0)