sapling/eden/mononoke/manifest
Kostia Balytskyi 7f5fb3c574 cross_repo_sync: start borrowing more instead of cloning
Summary:
Fewer clones, better code.

Note that in some cases we would previously have a fn that takes `ctx` by
ownership and just passes it through to some other fn outside of the
`cross_repo_sync`. I triead to make all such functions borrow and clone instead
in order to push cloning to the leaf fns of `cross_repo_sync`.

Reviewed By: StanislavGlebik

Differential Revision: D24538028

fbshipit-source-id: 8a3e78d4076b34d8b1767cdee1db3fdbb7acb4f7
2020-10-27 04:19:51 -07:00
..
src cross_repo_sync: start borrowing more instead of cloning 2020-10-27 04:19:51 -07:00
test_utils Update formatter to rustfmt 2.0 2020-09-09 07:52:33 -07:00
Cargo.toml convert ManifestOps to new style futures 2020-10-23 06:42:35 -07:00