Skip to content

Commit 17b908e

Browse files
longfangsongJoshua Nelson
andauthored
Update src/librustdoc/doctree.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent b83ad87 commit 17b908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/doctree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use rustc_span::{self, Span, Symbol};
44

55
use rustc_hir as hir;
66

7-
/// A warp around an hir::Item
7+
/// A wrapper around a [`hir::Item`].
88
#[derive(Debug)]
99
pub(crate) struct Item<'hir> {
1010
/// the wrapped item

0 commit comments

Comments
 (0)