Skip to content

Commit 5d1747b

Browse files
RalfJungJohnTitor
andauthored
rely on intra-doc links
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
1 parent b93137a commit 5d1747b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: library/core/src/ptr/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1548,8 +1548,6 @@ fnptr_impls_args! { A, B, C, D, E, F, G, H, I, J, K, L }
15481548
/// See [`addr_of_mut`] for how to create a pointer to ininitialized data.
15491549
/// Doing that with `addr_of` would not make much sense since one could only
15501550
/// read the data, and that would be Undefined Behavior.
1551-
///
1552-
/// [`addr_of_mut`]: macro.addr_of_mut.html
15531551
#[stable(feature = "raw_ref_macros", since = "1.51.0")]
15541552
#[rustc_macro_transparency = "semitransparent"]
15551553
#[allow_internal_unstable(raw_ref_op)]

0 commit comments

Comments
 (0)