about summary refs log tree commit diff
path: root/src/libcore/mem.rs
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-01-23 03:55:37 +0000
committerLzu Tao <taolzu@gmail.com>2019-02-13 14:39:25 +0000
commite7f8e63ed425cef77a9ad43e463b39009c1a495a (patch)
tree5169884b24613e1704048cf150f8eb081a3ee505 /src/libcore/mem.rs
parent6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff)
downloadrust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.tar.gz
rust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.zip
Convert old doc links to current edition
Use footnote style to bypass the tidy check
Diffstat (limited to 'src/libcore/mem.rs')
-rw-r--r--src/libcore/mem.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/mem.rs b/src/libcore/mem.rs
index 8fcbb73d9ce..810a1f2fb4a 100644
--- a/src/libcore/mem.rs
+++ b/src/libcore/mem.rs
@@ -298,7 +298,7 @@ pub const fn size_of<T>() -> usize {
 /// then `size_of_val` can be used to get the dynamically-known size.
 ///
 /// [slice]: ../../std/primitive.slice.html
-/// [trait object]: ../../book/first-edition/trait-objects.html
+/// [trait object]: ../../book/ch17-02-trait-objects.html
 ///
 /// # Examples
 ///