forked from mirror/async-std
Rename the module to 'successors'
This commit is contained in:
parent
554d5cfbc1
commit
266754897e
2 changed files with 1 additions and 1 deletions
src/stream
|
@ -318,7 +318,7 @@ mod from_iter;
|
|||
mod once;
|
||||
mod repeat;
|
||||
mod repeat_with;
|
||||
mod successor;
|
||||
mod successors;
|
||||
|
||||
cfg_unstable! {
|
||||
mod double_ended_stream;
|
||||
|
|
Loading…
Reference in a new issue