diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-01-23 03:55:37 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-02-13 14:39:25 +0000 |
| commit | e7f8e63ed425cef77a9ad43e463b39009c1a495a (patch) | |
| tree | 5169884b24613e1704048cf150f8eb081a3ee505 /src/libcore/mem.rs | |
| parent | 6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff) | |
| download | rust-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.rs | 2 |
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 /// |
