Skip to content

Commit 29ebc1e

Browse files
longfangsongJoshua Nelson
andauthored
Update src/librustdoc/doctree.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 791c371 commit 29ebc1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/doctree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ crate struct Module<'hir> {
3838
crate mods: Vec<Module<'hir>>,
3939
crate id: hir::HirId,
4040
crate items: Vec<Item<'hir>>,
41-
// (item, renamed)
4241
crate foreigns: Vec<(&'hir hir::ForeignItem<'hir>, Option<Symbol>)>,
4342
crate macros: Vec<(&'hir hir::MacroDef<'hir>, Option<Symbol>)>,
4443
crate is_crate: bool,

0 commit comments

Comments
 (0)