Skip to content

Commit

Permalink
Fix linter failues on latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 25, 2024
1 parent 3d7df4b commit 86168e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ impl<T> RcInnerPtr for RcBox<T> {
}
}

impl<'a> RcInnerPtr for WeakInner<'a> {
impl RcInnerPtr for WeakInner<'_> {
#[inline(always)]
fn weak_ref(&self) -> &Cell<usize> {
self.weak
Expand Down

0 comments on commit 86168e1

Please sign in to comment.