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/marker.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/marker.rs')
| -rw-r--r-- | src/libcore/marker.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 65752ba0321..a92131ce84f 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -78,7 +78,7 @@ impl<T: ?Sized> !Send for *mut T { } /// // be made into an object /// ``` /// -/// [trait object]: ../../book/first-edition/trait-objects.html +/// [trait object]: ../../book/ch17-02-trait-objects.html #[stable(feature = "rust1", since = "1.0.0")] #[lang = "sized"] #[rustc_on_unimplemented( @@ -518,7 +518,7 @@ macro_rules! impls{ /// types. We track the Rust type using a phantom type parameter on /// the struct `ExternalResource` which wraps a handle. /// -/// [FFI]: ../../book/first-edition/ffi.html +/// [FFI]: ../../book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code /// /// ``` /// # #![allow(dead_code)] |
