File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ unsafe impl<T> Sync for Pending<T> {}
17
17
///
18
18
/// The returned stream is never ready. Attempting to call
19
19
/// [`next()`](crate::StreamExt::next) will never complete. Use
20
- /// [`stream::empty()`](super::empty()) to obtain a stream that is is
20
+ /// [`stream::empty()`](super::empty()) to obtain a stream that is
21
21
/// immediately empty but returns no values.
22
22
///
23
23
/// # Examples
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ impl<T: 'static> Shared<T> {
60
60
61
61
/// Inserts several tasks that have been linked together into the queue.
62
62
///
63
- /// The provided head and tail may be be the same task. In this case, a
63
+ /// The provided head and tail may be the same task. In this case, a
64
64
/// single task is inserted.
65
65
#[ inline]
66
66
unsafe fn push_batch_inner < L > (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cfg_64bit_metrics! {
4
4
use std:: sync:: atomic:: AtomicU64 ;
5
5
}
6
6
7
- /// `AtomicU64` that is is a no-op on platforms without 64-bit atomics
7
+ /// `AtomicU64` that is a no-op on platforms without 64-bit atomics
8
8
///
9
9
/// When used on platforms without 64-bit atomics, writes to this are no-ops.
10
10
/// The `load` method is only defined when 64-bit atomics are available.
You can’t perform that action at this time.
0 commit comments