Skip to content

Commit ffcf8a0

Browse files
author
Ali Malik
committed
Fix may not to appropriate might not or must not
1 parent e43254a commit ffcf8a0

File tree

1 file changed

+0
-4
lines changed
  • library/core/src/iter/adapters

1 file changed

+0
-4
lines changed

library/core/src/iter/adapters/zip.rs

-4
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)