We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d988dc commit 701e3a4Copy full SHA for 701e3a4
library/alloc/src/panic.rs
@@ -2,7 +2,7 @@ use crate::rc::Rc;
2
use crate::sync::Arc;
3
use core::panic::{RefUnwindSafe, UnwindSafe};
4
5
-// not covered via the Shared impl above b/c the inner contents use
+// not covered via the Shared impl in libcore b/c the inner contents use
6
// Cell/AtomicUsize, but the usage here is unwind safe so we can lift the
7
// impl up one level to Arc/Rc itself
8
#[stable(feature = "catch_unwind", since = "1.9.0")]
0 commit comments