Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 2, 2023
1 parent 229d7b7 commit 64c8173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/zerofrom/src/zero_from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl<'zf, B: ToOwned + ?Sized> ZeroFrom<'zf, Cow<'_, B>> for Cow<'zf, B> {
}

impl<'zf, T: ?Sized> ZeroFrom<'zf, &'_ T> for &'zf T {
#[inline]
#[inline]
fn zero_from(other: &'zf &'_ T) -> &'zf T {
other
}
Expand Down

0 comments on commit 64c8173

Please sign in to comment.