Open
Description
requested by rust4linux, will be an opt-in nightly only feature at first.
the core bit of code would be something like document.querySelectorAll("dt:has([title='Restricted Visibility'])").forEach(x => x.hidden = true)
on a button/toggle. we probably want to add a css class for hidden items.
how it interacts with the search index is complicated, so the first MVP will likely not affect rustdoc search at all