Fix clean/types doc links
This commit is contained in:
parent
5f22b30ca6
commit
d78e1ed623
1 changed files with 3 additions and 0 deletions
|
@ -1310,12 +1310,15 @@ crate trait GetDefId {
|
||||||
/// Use [`Self::def_id_full`] if you want to include primitives.
|
/// Use [`Self::def_id_full`] if you want to include primitives.
|
||||||
///
|
///
|
||||||
/// [`clean`]: crate::clean
|
/// [`clean`]: crate::clean
|
||||||
|
/// [`clean::Type`]: crate::clean::Type
|
||||||
// FIXME: get rid of this function and always use `def_id_full`
|
// FIXME: get rid of this function and always use `def_id_full`
|
||||||
fn def_id(&self) -> Option<DefId>;
|
fn def_id(&self) -> Option<DefId>;
|
||||||
|
|
||||||
/// Use this method to get the [DefId] of a [clean] AST node, including [PrimitiveType]s.
|
/// Use this method to get the [DefId] of a [clean] AST node, including [PrimitiveType]s.
|
||||||
///
|
///
|
||||||
/// See [`Self::def_id`] for more.
|
/// See [`Self::def_id`] for more.
|
||||||
|
///
|
||||||
|
/// [clean]: crate::clean
|
||||||
fn def_id_full(&self, cache: &Cache) -> Option<DefId>;
|
fn def_id_full(&self, cache: &Cache) -> Option<DefId>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue