We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7066d commit 948e402Copy full SHA for 948e402
library/alloc/src/sync.rs
@@ -640,9 +640,6 @@ impl<T> Arc<T> {
640
641
acquire!(this.inner().strong);
642
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
-
646
// SAFETY: This mirrors the line
647
//
648
// unsafe { ptr::drop_in_place(Self::get_mut_unchecked(self)) };
0 commit comments