mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 23:23:20 +00:00
da2ef7fe4e
I used .map_err(|_: Vec<_>|) to clarify that the original data is returned as an error (so it can't be .unwrap()-ed.) However, it can be said that the error detail isn't important and .map_err() is too verbose. |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
proc-macros | ||
src | ||
tests | ||
testutils | ||
Cargo.toml | ||
LICENSE |