Skip to content

Commit e3181e0

Browse files
committed
fix: broken links
1 parent 82e197b commit e3181e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/ptr/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
//!
9999
//! ## Allocation
100100
//!
101+
//! <a id="allocated-object"></a> <!-- keep old URLs working -->
102+
//!
101103
//! An *allocation* is a subset of program memory which is addressable
102104
//! from Rust, and within which pointer arithmetic is possible. Examples of
103105
//! allocations include heap allocations, stack-allocated variables,

0 commit comments

Comments
 (0)