Remove invalid doc links.
This commit is contained in:
parent
ead68f0e5c
commit
d1204ac3b1
@ -1,4 +1,4 @@
|
||||
//! Codegen of [`asm!`] invocations.
|
||||
//! Codegen of `asm!` invocations.
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user