From b9552a97e9dabd8e95d666bdb0303ce0052dbf3f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 22 Sep 2020 09:01:38 +0200 Subject: [PATCH] module consistency tools/time.rs -> tools/time/mod.rs sys/linux/procfs.rs -> sys/linux/procfs/mod.rs Signed-off-by: Wolfgang Bumiller --- proxmox/src/sys/linux/{procfs.rs => procfs/mod.rs} | 0 proxmox/src/tools/{time.rs => time/mod.rs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename proxmox/src/sys/linux/{procfs.rs => procfs/mod.rs} (100%) rename proxmox/src/tools/{time.rs => time/mod.rs} (100%) diff --git a/proxmox/src/sys/linux/procfs.rs b/proxmox/src/sys/linux/procfs/mod.rs similarity index 100% rename from proxmox/src/sys/linux/procfs.rs rename to proxmox/src/sys/linux/procfs/mod.rs diff --git a/proxmox/src/tools/time.rs b/proxmox/src/tools/time/mod.rs similarity index 100% rename from proxmox/src/tools/time.rs rename to proxmox/src/tools/time/mod.rs