sapling/eden/mononoke/repo_import
Kostia Balytskyi 2ea25308ab commit_rewriting: use is_empty() where possible
Summary: `clippy` often complains about the use of `.len() != 0`, `.len() > 0` or `.len() == 0`and proposes to use `.is_empty()` instead. This diff does that across Mononoke.

Reviewed By: aslpavel

Differential Revision: D24099427

fbshipit-source-id: 1bba2f958485b7efb3f41bf3eae820879c92b0e5
2020-10-04 10:03:42 -07:00
..
src commit_rewriting: use is_empty() where possible 2020-10-04 10:03:42 -07:00
Cargo.toml mononoke: passing LiveCommitSyncConfig all the way to CommitSyncer 2020-09-24 05:58:24 -07:00
packman.yml mononoke/repo_import: update packman binary path, move package building 2020-07-14 10:19:20 -07:00