mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
9c33062d11
While making tree_state() return RefMut<TreeState> instead of RefMut<Option<_>>, I felt uncomfortable that tree_state(&self) returned a mutable reference. So this patch splits it into tree_state() and tree_state_mut(). |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |