Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imp/fallback/utils.rs
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ impl<T> ops::Deref for CachePadded<T> {
type Target = T;

#[inline]
fn deref(&self) -> &T {
fn deref(&self) -> &Self::Target {
&self.value
}
}

0 comments on commit dbc647e

Please sign in to comment.