##// END OF EJS Templates
evolution: stop wrongly flagging unrelated part of a split as divergent...
evolution: stop wrongly flagging unrelated part of a split as divergent Before this change, divergence introduced by successors of a split would "spill" to other unrelated successors of the split that were not ambiguous. This small changes fixes it. Thanks goes to Manuel Jacobs for the discussion leading to this realization that a new simple and correct definition could be found.

File last commit:

r52599:541292a0 default
r53029:e68fe567 stable
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
Georges Racinet
rust: configure MSRV in Clippy...
r51283 msrv = "1.61.0"