mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 18:18:52 +00:00
Use cache access levels
This commit is contained in:
@@ -53,7 +53,7 @@ impl crate::doctest::Tester for Tests {
|
||||
}
|
||||
|
||||
crate fn should_have_doc_example(cx: &DocContext<'_>, item: &clean::Item) -> bool {
|
||||
if !cx.renderinfo.access_levels.is_public(item.def_id)
|
||||
if !cx.cache.access_levels.is_public(item.def_id)
|
||||
|| matches!(
|
||||
*item.kind,
|
||||
clean::StructFieldItem(_)
|
||||
|
||||
Reference in New Issue
Block a user