Skip to content

Commit d1204ac

Browse files
committed
Remove invalid doc links.
1 parent ead68f0 commit d1204ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: compiler/rustc_codegen_cranelift/src/inline_asm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Codegen of [`asm!`] invocations.
1+
//! Codegen of `asm!` invocations.
22
33
use crate::prelude::*;
44

Diff for: compiler/rustc_hir/src/def.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub enum DefKind {
113113
Field,
114114
/// Lifetime parameter: the `'a` in `struct Foo<'a> { ... }`
115115
LifetimeParam,
116-
/// A use of [`global_asm!`].
116+
/// A use of `global_asm!`.
117117
GlobalAsm,
118118
Impl,
119119
Closure,

0 commit comments

Comments
 (0)