We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83ad87 commit 17b908eCopy full SHA for 17b908e
src/librustdoc/doctree.rs
@@ -4,7 +4,7 @@ use rustc_span::{self, Span, Symbol};
4
5
use rustc_hir as hir;
6
7
-/// A warp around an hir::Item
+/// A wrapper around a [`hir::Item`].
8
#[derive(Debug)]
9
pub(crate) struct Item<'hir> {
10
/// the wrapped item
0 commit comments