privacy: Rename "accessibility levels" to "effective visibilities"
And a couple of other naming tweaks Related to https://github.com/rust-lang/rust/issues/48054
This commit is contained in:
parent
629a414d7b
commit
34eb73c72d
53 changed files with 524 additions and 516 deletions
|
@ -659,7 +659,7 @@ pub(crate) fn href_with_root_path(
|
|||
}
|
||||
|
||||
if !did.is_local()
|
||||
&& !cache.access_levels.is_public(did)
|
||||
&& !cache.effective_visibilities.is_directly_public(did)
|
||||
&& !cache.document_private
|
||||
&& !cache.primitive_locations.values().any(|&id| id == did)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue