-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more item links in docs #607
Conversation
src/progress_bar.rs
Outdated
@@ -122,7 +122,7 @@ impl ProgressBar { | |||
/// [`ProgressBarIter`] completes and | |||
/// [`ProgressBar::is_finished()`] is false. | |||
/// If you don't want the progress bar to be automatically finished then | |||
/// call `on_finish(None)`. | |||
/// call `on_finish(None)`. TODO: Is this method even public? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does on_finish refer to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's now called with_finish()
in the public API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks!
src/progress_bar.rs
Outdated
@@ -122,7 +122,7 @@ impl ProgressBar { | |||
/// [`ProgressBarIter`] completes and | |||
/// [`ProgressBar::is_finished()`] is false. | |||
/// If you don't want the progress bar to be automatically finished then | |||
/// call `on_finish(None)`. | |||
/// call `on_finish(None)`. TODO: Is this method even public? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's now called with_finish()
in the public API.
No description provided.