diff options
Diffstat (limited to 'library/core/src/iter/range.rs')
| -rw-r--r-- | library/core/src/iter/range.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/iter/range.rs b/library/core/src/iter/range.rs index 0ae94c05da6..f7aeee8c9ad 100644 --- a/library/core/src/iter/range.rs +++ b/library/core/src/iter/range.rs @@ -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, |
