File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 296296//! # Examples of address-sensitive types
297297//! [address-sensitive-examples]: #examples-of-address-sensitive-types
298298//!
299- //! ## Self -referential struct
299+ //! ## A self -referential struct
300300//! [self-ref]: #a-self-referential-struct
301301//! [`Unmovable`]: #a-self-referential-struct
302302//!
425425//! This point is subtle but required for intrusive data structures to be implemented soundly.
426426//!
427427//! ## `Drop` guarantee
428- //! [drop-guarantee]: #notice-of-destruction
428+ //! [drop-guarantee]: self#drop-guarantee
429429//!
430430//! There needs to be a way for a pinned value to notify any code that is relying on its pinned
431431//! status that it is about to be destroyed, so that such code can remove its address from their
You can’t perform that action at this time.
0 commit comments