changeset 52306 | a876ab6c3fd5 |
parent 52038 | 92e23ba257d1 |
--- a/rust/hg-core/src/progress.rs Mon Nov 04 13:43:36 2024 +0100 +++ b/rust/hg-core/src/progress.rs Mon Nov 04 15:17:54 2024 +0100 @@ -19,7 +19,7 @@ const PROGRESS_DELAY: Duration = Duration::from_secs(1); -/// A generic (determinate) progress bar. Stays hidden until [`PROGRESS_DELAY`] +/// A generic (determinate) progress bar. Stays hidden until `PROGRESS_DELAY` /// to prevent flickering a progress bar for super fast operations. pub struct HgProgressBar { progress: ProgressBar,