From patchwork Tue Oct 13 21:25:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D9201: rust: cleanup some white space in a dock From: phabricator X-Patchwork-Id: 47450 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 13 Oct 2020 21:25:35 +0000 marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY They seems to have sneaked there somehow. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9201 AFFECTED FILES rust/hg-core/src/dirstate/dirstate_tree/tree.rs CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/rust/hg-core/src/dirstate/dirstate_tree/tree.rs b/rust/hg-core/src/dirstate/dirstate_tree/tree.rs --- a/rust/hg-core/src/dirstate/dirstate_tree/tree.rs +++ b/rust/hg-core/src/dirstate/dirstate_tree/tree.rs @@ -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 ///