From 5b62052222c9017a056e46b7c28ac1f44a37ef35 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 16 Jan 2025 21:29:13 -0800 Subject: [PATCH] snf: move newtypes.rs into newtypes/mod.rs --- lib/snf/src/{newtypes.rs => newtypes/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/snf/src/{newtypes.rs => newtypes/mod.rs} (100%) diff --git a/lib/snf/src/newtypes.rs b/lib/snf/src/newtypes/mod.rs similarity index 100% rename from lib/snf/src/newtypes.rs rename to lib/snf/src/newtypes/mod.rs