Skip to content

Commit be14af5

Browse files
committed
Applies cargo format and fixes incorrect comment
1 parent 4dc6a62 commit be14af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stream/stream/gt.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::stream::Stream;
88
use crate::task::{Context, Poll};
99

1010
// Determines if the elements of this `Stream` are lexicographically
11-
// greater than or equal to those of another.
11+
// greater than those of another.
1212
#[doc(hidden)]
1313
#[allow(missing_debug_implementations)]
1414
pub struct GtFuture<L: Stream, R: Stream> {
@@ -44,4 +44,4 @@ where
4444
_ => Poll::Ready(false),
4545
}
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)