We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a55c85 commit 95a9088Copy full SHA for 95a9088
src/libcore/ptr.rs
@@ -50,7 +50,7 @@
50
//! [aliasing]: ../../nomicon/aliasing.html
51
//! [book]: ../../book/second-edition/ch19-01-unsafe-rust.html#dereferencing-a-raw-pointer
52
//! [ub]: ../../reference/behavior-considered-undefined.html
53
-//! [`copy`]: ./fn.copy.html
+//! [`copy`]: ../../std/ptr/fn.copy.html
54
//! [`read_unaligned`]: ./fn.read_unaligned.html
55
//! [`write_unaligned`]: ./fn.write_unaligned.html
56
0 commit comments