mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
This fixes real dependency cycle that would expose slightly different versions of jj_lib types to unit tests, one from super::* and another from testutils::*. The testutils dependency can be removed by splitting lib/tests to a separate crate.