Rename the module to 'successors'

This commit is contained in:
Felipe Sere 2019-10-20 13:38:32 +02:00
parent 554d5cfbc1
commit 266754897e
2 changed files with 1 additions and 1 deletions

View file

@ -318,7 +318,7 @@ mod from_iter;
mod once;
mod repeat;
mod repeat_with;
mod successor;
mod successors;
cfg_unstable! {
mod double_ended_stream;