Skip to content

Commit 701e3a4

Browse files
committed
Fix comment referring to formerly-above code
1 parent 6d988dc commit 701e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::rc::Rc;
22
use crate::sync::Arc;
33
use core::panic::{RefUnwindSafe, UnwindSafe};
44

5-
// not covered via the Shared impl above b/c the inner contents use
5+
// not covered via the Shared impl in libcore b/c the inner contents use
66
// Cell/AtomicUsize, but the usage here is unwind safe so we can lift the
77
// impl up one level to Arc/Rc itself
88
#[stable(feature = "catch_unwind", since = "1.9.0")]

0 commit comments

Comments
 (0)