Mercurial > public > mercurial-scm > hg-stable
diff rust/hg-core/src/utils/hg_path.rs @ 50449:331a3cbe1c9e
rustdoc: fixed warnings about links
This is the minimal fix making those that actually were supposed
to be links to work (including in private items).
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Mon, 03 Apr 2023 15:32:39 +0200 |
parents | e98fd81bb151 |
children | d27b6fc7c1bf |
line wrap: on
line diff
--- a/rust/hg-core/src/utils/hg_path.rs Thu Mar 30 12:21:38 2023 +0200 +++ b/rust/hg-core/src/utils/hg_path.rs Mon Apr 03 15:32:39 2023 +0200 @@ -479,7 +479,7 @@ } } -/// TODO: Once https://www.mercurial-scm.org/wiki/WindowsUTF8Plan is +/// TODO: Once <https://www.mercurial-scm.org/wiki/WindowsUTF8Plan> is /// implemented, these conversion utils will have to work differently depending /// on the repository encoding: either `UTF-8` or `MBCS`.