jj/lib
Anton Bulakh d27351b978 misc: drop a few low-hanging unsafes
Remove a couple of unnecessary unsafes:
- The NonZeroUsize is a constant where the unwrap will optimize away
anyway and we don't have an unsafe without any good reason there :)
- The other two were simply not needed, lifetimes worked fine, maybe
Rust became better since that code was written? NLL? Anyway, they're
gone now
2023-11-08 02:16:08 +02:00
..
benches
gen-protos
src misc: drop a few low-hanging unsafes 2023-11-08 02:16:08 +02:00
tests revset: exclude @git branches from remote_branches() 2023-11-08 07:34:30 +09:00
testutils merged_tree: let backend influence whether to use new diff algo 2023-11-06 23:12:02 -08:00
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE