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
build.rs
Cargo.toml