We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3b934 commit 584f098Copy full SHA for 584f098
library/core/src/pin.rs
@@ -296,7 +296,7 @@
296
//! # Examples of address-sensitive types
297
//! [address-sensitive-examples]: #examples-of-address-sensitive-types
298
//!
299
-//! ## Self-referential struct
+//! ## A self-referential struct
300
//! [self-ref]: #a-self-referential-struct
301
//! [`Unmovable`]: #a-self-referential-struct
302
@@ -425,7 +425,7 @@
425
//! This point is subtle but required for intrusive data structures to be implemented soundly.
426
427
//! ## `Drop` guarantee
428
-//! [drop-guarantee]: #notice-of-destruction
+//! [drop-guarantee]: self#drop-guarantee
429
430
//! There needs to be a way for a pinned value to notify any code that is relying on its pinned
431
//! status that it is about to be destroyed, so that such code can remove its address from their
0 commit comments