Skip to content

Commit 948e402

Browse files
committed
Remove FIXME comment in unwrap_or_drop.
1 parent ca7066d commit 948e402

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/alloc/src/sync.rs

-3
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,6 @@ impl<T> Arc<T> {
640640

641641
acquire!(this.inner().strong);
642642

643-
// FIXME: should the part below this be moved into a seperate #[inline(never)]
644-
// function, like it's done with drop_slow in drop?
645-
646643
// SAFETY: This mirrors the line
647644
//
648645
// unsafe { ptr::drop_in_place(Self::get_mut_unchecked(self)) };

0 commit comments

Comments
 (0)