We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378ed25 commit 075c576Copy full SHA for 075c576
library/core/src/ptr/mod.rs
@@ -317,7 +317,7 @@
317
//! [zst]: ../../nomicon/exotic-sizes.html#zero-sized-types-zsts
318
//! [atomic operations]: crate::sync::atomic
319
//! [`offset`]: pointer::offset
320
-//! [`wrapping_offset`]: pointer::offset
+//! [`wrapping_offset`]: pointer::wrapping_offset
321
//! [`with_addr`]: pointer::with_addr
322
//! [`map_addr`]: pointer::map_addr
323
//! [`addr`]: pointer::addr
0 commit comments