jj/lib
Martin von Zweigbergk 7360589246 working_copy: consider it an error if temp file cannot be renamed to target
Unlike the other places I fixed in 134940d2bb, the calls in
`working_copy.rs` should not simply use an existing file if the target
file was open. They should probably try again instead, but I'll leave
that for later.
2021-06-16 10:52:55 -07:00
..
benches project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
protos cli: record full argv in operation log 2021-05-09 22:42:13 -07:00
src working_copy: consider it an error if temp file cannot be renamed to target 2021-06-16 10:52:55 -07:00
tests cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
build.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml cleanup: remove some Vec<_> annotations, mostly by using collect_vec() 2021-06-09 14:21:57 -07:00