Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Mar 24, 2024
1 parent b3c81c0 commit 4a4f982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub fn get_builtin_converter(target: Variant) -> &'static ZhConverter {
}

#[doc(hidden)]
#[allow(clippy::needless_borrow)]
pub fn deserialize_converter(
variant: Variant,
daac: &[u8],
Expand Down

0 comments on commit 4a4f982

Please sign in to comment.