From 1c6a5315c901aef96c451c7dea172c0f0f766d32 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 11 Oct 2021 21:29:49 -0400 Subject: [PATCH] remove unused file --- taskchampion/src/testing/mod.rs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 taskchampion/src/testing/mod.rs diff --git a/taskchampion/src/testing/mod.rs b/taskchampion/src/testing/mod.rs deleted file mode 100644 index 766fbbda5..000000000 --- a/taskchampion/src/testing/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod testserver;