1
Fork 0

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::*; use crate::prelude::*;

View file

@ -113,7 +113,7 @@ pub enum DefKind {
Field, Field,
/// Lifetime parameter: the `'a` in `struct Foo<'a> { ... }` /// Lifetime parameter: the `'a` in `struct Foo<'a> { ... }`
LifetimeParam, LifetimeParam,
/// A use of [`global_asm!`]. /// A use of `global_asm!`.
GlobalAsm, GlobalAsm,
Impl, Impl,
Closure, Closure,