Skip to content

Commit 6c8fdf9

Browse files
committed
Remove access level mention from DocContext
Leftover from c754e82.
1 parent 722b4d6 commit 6c8fdf9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustdoc/core.rs

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ pub struct DocContext<'a, 'tcx: 'a, 'rcx: 'a> {
5151
/// The stack of module NodeIds up till this point
5252
pub crate_name: Option<String>,
5353
pub cstore: Rc<CStore>,
54-
// Note that external items for which `doc(hidden)` applies to are shown as
55-
// non-reachable while local items aren't. This is because we're reusing
56-
// the access levels from crateanalysis.
5754
/// Later on moved into `html::render::CACHE_KEY`
5855
pub renderinfo: RefCell<RenderInfo>,
5956
/// Later on moved through `clean::Crate` into `html::render::CACHE_KEY`

0 commit comments

Comments
 (0)