Warn on unused doc(hidden) on trait impl items

This commit is contained in:
León Orell Valerian Liehr
2022-04-09 17:19:33 +02:00
parent 83322c557f
commit 9d157ada35
18 changed files with 225 additions and 26 deletions

View File

@@ -752,7 +752,6 @@ impl<A: Step> Iterator for ops::Range<A> {
}
#[inline]
#[doc(hidden)]
unsafe fn __iterator_get_unchecked(&mut self, idx: usize) -> Self::Item
where
Self: TrustedRandomAccessNoCoerce,