jj/lib
Martin von Zweigbergk f9e0feaaf8 working_copy: return early from write_path_to_store() for non-files
Almost the entire method deals with `FileType::Normal`, so we can
reduce indentation and repeated matching on the file type by doing it
early and returning in the non-normal-file cases.
2023-08-13 01:00:31 +00:00
..
benches
gen-protos
src working_copy: return early from write_path_to_store() for non-files 2023-08-13 01:00:31 +00:00
tests
testutils
Cargo.toml