Mercurial > public > mercurial-scm > hg
diff rust/hg-core/src/progress.rs @ 52306:a876ab6c3fd5
rust: fix `cargo doc` warnings
It makes sense to keep our doc build happy, even if it is lacking.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 04 Nov 2024 15:17:54 +0100 |
parents | 92e23ba257d1 |
children |
line wrap: on
line diff
--- 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,