mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-02 09:28:40 +00:00
786e6211d8
Here OnceCell<T> serves as RefCell<Option<T>>, but it doesn't require runtime Ref/RefMut wrapper. This allows us to get rid of some .clone() calls needed to hide Ref<_> from public interface. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |