Remove invalid doc links.

This commit is contained in:
Amanieu d'Antras 2021-12-13 20:40:17 +00:00
parent ead68f0e5c
commit d1204ac3b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! Codegen of [`asm!`] invocations.
//! Codegen of `asm!` invocations.
use crate::prelude::*;

View File

@ -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,