diff -r 0252600fd1cf -r 4ee9f419c52e rust/hg-core/src/dirstate.rs --- a/rust/hg-core/src/dirstate.rs Wed May 19 13:15:00 2021 +0200 +++ b/rust/hg-core/src/dirstate.rs Wed May 19 13:15:00 2021 +0200 @@ -77,7 +77,7 @@ pub type StateMap = FastHashMap; pub type StateMapIter<'a> = - Box + Send + 'a>; + Box + Send + 'a>; pub type CopyMap = FastHashMap; pub type CopyMapIter<'a> =