Skip to content

Commit d78e1ed

Browse files
Fix clean/types doc links
1 parent 5f22b30 commit d78e1ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/clean/types.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1310,12 +1310,15 @@ crate trait GetDefId {
13101310
/// Use [`Self::def_id_full`] if you want to include primitives.
13111311
///
13121312
/// [`clean`]: crate::clean
1313+
/// [`clean::Type`]: crate::clean::Type
13131314
// FIXME: get rid of this function and always use `def_id_full`
13141315
fn def_id(&self) -> Option<DefId>;
13151316

13161317
/// Use this method to get the [DefId] of a [clean] AST node, including [PrimitiveType]s.
13171318
///
13181319
/// See [`Self::def_id`] for more.
1320+
///
1321+
/// [clean]: crate::clean
13191322
fn def_id_full(&self, cache: &Cache) -> Option<DefId>;
13201323
}
13211324

0 commit comments

Comments
 (0)