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 296
296
//! # Examples of address-sensitive types
297
297
//! [address-sensitive-examples]: #examples-of-address-sensitive-types
298
298
//!
299
- //! ## Self -referential struct
299
+ //! ## A self -referential struct
300
300
//! [self-ref]: #a-self-referential-struct
301
301
//! [`Unmovable`]: #a-self-referential-struct
302
302
//!
425
425
//! This point is subtle but required for intrusive data structures to be implemented soundly.
426
426
//!
427
427
//! ## `Drop` guarantee
428
- //! [drop-guarantee]: #notice-of-destruction
428
+ //! [drop-guarantee]: self#drop-guarantee
429
429
//!
430
430
//! There needs to be a way for a pinned value to notify any code that is relying on its pinned
431
431
//! 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