jj/lib
Yuya Nishihara 4e8f51a983 cleanup: leverage Itertools::try_collect() instead of turbofish
It still requires return type annotation in some places, but should be easier
to type than ::<Result<...

https://docs.rs/itertools/latest/itertools/trait.Itertools.html#method.try_collect
2022-12-16 13:34:58 +09:00
..
src cleanup: leverage Itertools::try_collect() instead of turbofish 2022-12-16 13:34:58 +09:00
tests cleanup: address unnecessary_borrow lints reported by Clippy 1.66 2022-12-15 12:38:01 -08:00
testutils
build.rs protobuf: remove ignored call to out_dir() 2022-12-15 13:02:22 -08:00
Cargo.toml