File tree 1 file changed +0
-4
lines changed
library/core/src/iter/adapters
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
470
470
///
471
471
/// The iterator's `size_hint` must be exact and cheap to call.
472
472
///
473
- <<<<<<< HEAD
474
473
/// `TrustedRandomAccessNoCoerce::size` may not be overridden.
475
474
///
476
475
/// All subtypes and all supertypes of `Self` must also implement `TrustedRandomAccess`.
@@ -481,9 +480,6 @@ impl<A: Debug + TrustedRandomAccessNoCoerce, B: Debug + TrustedRandomAccessNoCoe
481
480
///
482
481
/// If `Self: ExactSizeIterator` then `self.len()` must always produce results consistent
483
482
/// with `self.size()`.
484
- =======
485
- /// `size` must not be overridden.
486
- >>>>>>> Fix may not to appropriate might not or must not
487
483
///
488
484
/// If `Self: Iterator`, then `<Self as Iterator>::__iterator_get_unchecked(&mut self, idx)`
489
485
/// must be safe to call provided the following conditions are met.
You can’t perform that action at this time.
0 commit comments