ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 8a067282c8 repo: make ReadonlyRepo::index() return a &dyn Index
This is just a little preparation for extracting a `Repo` trait that's
implemented by both `ReadonlyRepo` and `MutableRepo`. The `index()`
function in that trait will of course have to return the same type in
both implementations, and that type will be `&dyn Index`.
2023-02-15 19:15:17 -08:00
..
gen-protos
src repo: make ReadonlyRepo::index() return a &dyn Index 2023-02-15 19:15:17 -08:00
tests repo: make ReadonlyRepo::index() return a &dyn Index 2023-02-15 19:15:17 -08:00
testutils cargo: bump git2 from 0.16.0 to 0.16.1 2023-01-21 00:05:57 +00:00
build.rs
Cargo.toml cargo: bump once_cell from 1.17.0 to 1.17.1 2023-02-14 16:23:42 +00:00