Mercurial > hg-stable
changeset 45709:91fafafd5a68
rust: cleanup some white space in a dock
They seems to have sneaked there somehow.
Differential Revision: https://phab.mercurial-scm.org/D9201
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 08 Oct 2020 18:50:46 +0200 |
parents | 60c46cc28bf4 |
children | 510995e249c0 |
files | rust/hg-core/src/dirstate/dirstate_tree/tree.rs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rust/hg-core/src/dirstate/dirstate_tree/tree.rs Sat Oct 10 13:19:25 2020 +0530 +++ b/rust/hg-core/src/dirstate/dirstate_tree/tree.rs Thu Oct 08 18:50:46 2020 +0200 @@ -37,7 +37,7 @@ /// Only the first two items in this list are implemented as of this commit. /// /// [1]: https://www.mercurial-scm.org/wiki/DirsCachePlan -/// +/// /// /// # Structure ///