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.
2 parents 9d5e621 + b460e45 commit 3bb54a3Copy full SHA for 3bb54a3
1 file changed
src/libcore/iter.rs
@@ -3114,7 +3114,7 @@ pub mod order {
3114
}
3115
3116
/// Returns `a` < `b` lexicographically (Using partial order, `PartialOrd`)
3117
- pub fn lt<R: Iterator, L: Iterator>(mut a: L, mut b: R) -> bool where
+ pub fn lt<L: Iterator, R: Iterator>(mut a: L, mut b: R) -> bool where
3118
L::Item: PartialOrd<R::Item>,
3119
{
3120
loop {
0 commit comments