File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ pub fn size_of_val<T: ?Sized>(val: &T) -> usize {
364
364
/// [slice]: ../../std/primitive.slice.html
365
365
/// [trait object]: ../../book/ch17-02-trait-objects.html
366
366
/// [extern type]: ../../unstable-book/language-features/extern-types.html
367
+ /// [`size_of_val`]: ../../core/mem/fn.size_of_val.html
367
368
///
368
369
/// # Examples
369
370
///
@@ -498,6 +499,7 @@ pub fn align_of_val<T: ?Sized>(val: &T) -> usize {
498
499
/// [slice]: ../../std/primitive.slice.html
499
500
/// [trait object]: ../../book/ch17-02-trait-objects.html
500
501
/// [extern type]: ../../unstable-book/language-features/extern-types.html
502
+ /// [`align_of_val`]: ../../core/mem/fn.align_of_val.html
501
503
///
502
504
/// # Examples
503
505
///
You can’t perform that action at this time.
0 commit comments