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 ///