From 0914a6d5f81aa0987036ea43ba3b6b0d36029431 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 14 May 2022 19:10:51 +0100 Subject: [PATCH] support: Move tz file to right directory Signed-off-by: Ian Jackson --- support/lib.rs | 3 +-- {src => support}/tz.rs | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename {src => support}/tz.rs (100%) diff --git a/support/lib.rs b/support/lib.rs index 0e23acac..1fff09c5 100644 --- a/support/lib.rs +++ b/support/lib.rs @@ -7,5 +7,4 @@ pub mod imports; pub mod prelude; pub mod support; - -#[path="../src/tz.rs"] pub mod tz; +pub mod tz; diff --git a/src/tz.rs b/support/tz.rs similarity index 100% rename from src/tz.rs rename to support/tz.rs -- 2.30.2