Remove invalid doc links.
This commit is contained in:
parent
ead68f0e5c
commit
d1204ac3b1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
//! Codegen of [`asm!`] invocations.
|
//! Codegen of `asm!` invocations.
|
||||||
|
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue