Skip to content

Commit 9c82152

Browse files
committed
hkd32: clippy fix
1 parent 63aac9d commit 9c82152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkd32/src/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl<'a> AsRef<Component<'a>> for Component<'a> {
226226
}
227227

228228
#[cfg(feature = "alloc")]
229-
impl<'a> Debug for Component<'a> {
229+
impl Debug for Component<'_> {
230230
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
231231
write!(f, "hkd32::Component")?;
232232

0 commit comments

Comments
 (0)