diff -r f69a3f55fa9b -r a876ab6c3fd5 rust/hg-core/src/progress.rs --- 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,