jj/lib
Martin von Zweigbergk ea5aa0a96d cleanup: replace some PathBuf args by &Path
In many of these places, we don't need an owned value, so using a
reference means we don't force the caller to clone the value. I really
doubt it will have any noticeable impact on performance (I think these
are all once-per-repo paths); it's just a little simpler this way.
2022-09-25 09:40:42 -07:00
..
src cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
tests cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump itertools from 0.10.4 to 0.10.5 2022-09-20 10:54:43 -07:00