Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Dec 7, 2024
1 parent 0e4a3ad commit 6ae66aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config/progress_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ pub struct ProgressOptions {

impl ProgressOptions {
/// Get the progress interval
///
/// # Returns
///
/// `Duration::ZERO` if no progress is enabled
fn progress_interval(&self) -> Duration {
self.progress_interval
.map_or(constants::DEFAULT_INTERVAL, |i| *i)
Expand Down

0 comments on commit 6ae66aa

Please sign in to comment.