Skip to content

Commit 818907f

Browse files
committed
fmt
1 parent b78caa8 commit 818907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/zerofrom/src/zero_from.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl<'zf, B: ToOwned + ?Sized> ZeroFrom<'zf, Cow<'_, B>> for Cow<'zf, B> {
114114
}
115115

116116
impl<'zf, T: ?Sized> ZeroFrom<'zf, &'_ T> for &'zf T {
117-
#[inline]
117+
#[inline]
118118
fn zero_from(other: &'zf &'_ T) -> &'zf T {
119119
other
120120
}

0 commit comments

Comments
 (0)