diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2021-12-13 20:40:17 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-12-13 20:40:17 +0000 |
| commit | d1204ac3b19e188bc1f361d72f1d0dc8fbd00c93 (patch) | |
| tree | 665fece0593ec3bac408f1f391545d2c6f2bf37d | |
| parent | ead68f0e5cc0d7f1bd2694d401b5b8662851cebb (diff) | |
| download | rust-d1204ac3b19e188bc1f361d72f1d0dc8fbd00c93.tar.gz rust-d1204ac3b19e188bc1f361d72f1d0dc8fbd00c93.zip | |
Remove invalid doc links.
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/inline_asm.rs | 2 | ||||
| -rw-r--r-- | compiler/rustc_hir/src/def.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/inline_asm.rs b/compiler/rustc_codegen_cranelift/src/inline_asm.rs index 09c5e6031c7..f5c9b0b5480 100644 --- a/compiler/rustc_codegen_cranelift/src/inline_asm.rs +++ b/compiler/rustc_codegen_cranelift/src/inline_asm.rs @@ -1,4 +1,4 @@ -//! Codegen of [`asm!`] invocations. +//! Codegen of `asm!` invocations. use crate::prelude::*; diff --git a/compiler/rustc_hir/src/def.rs b/compiler/rustc_hir/src/def.rs index 405aaf1f4e5..a43cb0203dd 100644 --- a/compiler/rustc_hir/src/def.rs +++ b/compiler/rustc_hir/src/def.rs @@ -113,7 +113,7 @@ pub enum DefKind { Field, /// Lifetime parameter: the `'a` in `struct Foo<'a> { ... }` LifetimeParam, - /// A use of [`global_asm!`]. + /// A use of `global_asm!`. GlobalAsm, Impl, Closure, |
