File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
library/core/src/iter/adapters Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,6 @@ impl<A: Debug + TrustedRandomAccessNoCoerce, B: Debug + TrustedRandomAccessNoCoe
470470///
471471/// The iterator's `size_hint` must be exact and cheap to call.
472472///
473- <<<<<<< HEAD
474473/// `TrustedRandomAccessNoCoerce::size` may not be overridden.
475474///
476475/// All subtypes and all supertypes of `Self` must also implement `TrustedRandomAccess`.
@@ -481,9 +480,6 @@ impl<A: Debug + TrustedRandomAccessNoCoerce, B: Debug + TrustedRandomAccessNoCoe
481480///
482481/// If `Self: ExactSizeIterator` then `self.len()` must always produce results consistent
483482/// with `self.size()`.
484- =======
485- /// `size` must not be overridden.
486- >>>>>>> Fix may not to appropriate might not or must not
487483///
488484/// If `Self: Iterator`, then `<Self as Iterator>::__iterator_get_unchecked(&mut self, idx)`
489485/// must be safe to call provided the following conditions are met.
You can’t perform that action at this time.
0 commit comments