jj/lib
Yuya Nishihara 9c33062d11 working_copy: clarify tree_state shouldn't be modified without mutable ref
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().
2022-10-02 15:15:18 +09:00
..
src working_copy: clarify tree_state shouldn't be modified without mutable ref 2022-10-02 15:15:18 +09:00
tests cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
build.rs
Cargo.toml cargo: bump insta from 1.20.0 to 1.21.0 2022-09-28 09:09:45 -07:00