From abc54d034389fd2be75420648ac3e3b0b64a626f Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 31 Oct 2024 09:09:33 +1100 Subject: [PATCH] Make amount module a directory In preparation for splitting the error types out of `amount.rs` into their own file move the `amount.rs` file to `amount/mod.rs`. File move only, no other changes. --- units/src/{amount.rs => amount/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename units/src/{amount.rs => amount/mod.rs} (100%) diff --git a/units/src/amount.rs b/units/src/amount/mod.rs similarity index 100% rename from units/src/amount.rs rename to units/src/amount/mod.rs