jj/lib
Samuel Tardieu bdaebf33c4 style: do not dereference self to perform pattern-matching
Dereferencing `self` as `*self` in order to perform patten-matching
using `ref` is unnecessary and will be done automatically by the
compiler (match ergonomics, introduced in Rust 1.26).
2023-01-14 19:28:24 +01:00
..
gen-protos cargo: bump prost-build from 0.11.5 to 0.11.6 2023-01-13 21:24:02 +00:00
src style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
tests tests: stabilize change id in test_resolve_symbol_commit_id() 2023-01-14 23:49:16 +09:00
testutils cargo: bump git2 from 0.15.0 to 0.16.0 2023-01-12 09:28:02 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: drop dependency on "uuid" 2023-01-14 23:48:02 +09:00