We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23173 commit e88f8beCopy full SHA for e88f8be
src/types/list.rs
@@ -548,7 +548,7 @@ impl<'py> BoundListIterator<'py> {
548
}
549
550
#[inline]
551
- #[cfg(not(Py_LIMITED_API))]
+ #[cfg(all(not(Py_LIMITED_API), not(feature = "nightly")))]
552
#[deny(unsafe_op_in_unsafe_fn)]
553
unsafe fn nth_unchecked(
554
index: &mut Index,
@@ -630,7 +630,7 @@ impl<'py> BoundListIterator<'py> {
630
631
632
633
634
635
unsafe fn nth_back_unchecked(
636
0 commit comments