Skip to content

Commit 9c107db

Browse files
committed
Remove outdated comment
1 parent ccb0410 commit 9c107db

File tree

1 file changed

+1
-1
lines changed
  • futures-channel/src/mpsc

1 file changed

+1
-1
lines changed

futures-channel/src/mpsc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ struct UnboundedInner<T> {
282282

283283
#[derive(Debug)]
284284
struct BoundedInner<T> {
285-
// Max buffer size of the channel. If `None` then the channel is unbounded.
285+
// Max buffer size of the channel.
286286
buffer: usize,
287287

288288
// Internal channel state. Consists of the number of messages stored in the

0 commit comments

Comments
 (0)