Use intra-doc-links in core::{raw, ffi, pin}

This commit is contained in:
LeSeulArtichaut
2020-08-22 22:15:17 +02:00
parent 5528caf914
commit c8a372ecff
3 changed files with 15 additions and 34 deletions

View File

@@ -26,7 +26,7 @@
/// [`std::mem::transmute`][transmute]. Similarly, the only way to create a true
/// trait object from a `TraitObject` value is with `transmute`.
///
/// [transmute]: ../intrinsics/fn.transmute.html
/// [transmute]: crate::intrinsics::transmute
///
/// Synthesizing a trait object with mismatched types—one where the
/// vtable does not correspond to the type of the value to which the