From 4bb40bbf10811bd067e52c4ea6ddc91fb93db4e3 Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Mon, 7 Aug 2023 20:03:52 -0700 Subject: [PATCH] merge_tools: create `merge_tools` directory The intention is to put the internal and external merge tool implementations in different files. --- cli/src/{merge_tools.rs => merge_tools/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cli/src/{merge_tools.rs => merge_tools/mod.rs} (100%) diff --git a/cli/src/merge_tools.rs b/cli/src/merge_tools/mod.rs similarity index 100% rename from cli/src/merge_tools.rs rename to cli/src/merge_tools/mod.rs