# HG changeset patch # User Pierre-Yves David # Date 2020-10-08 16:50:46 # Node ID 91fafafd5a68f8cccdbce604ec0f09e1b7af9b54 # Parent 60c46cc28bf4959500b9b89faea208fefd35b459 rust: cleanup some white space in a dock They seems to have sneaked there somehow. Differential Revision: https://phab.mercurial-scm.org/D9201 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 @@ use std::path::PathBuf; /// Only the first two items in this list are implemented as of this commit. /// /// [1]: https://www.mercurial-scm.org/wiki/DirsCachePlan -/// +/// /// /// # Structure ///