From ff1f47f44e2050dc84b4a90b28cddc0f1b8fa3f1 Mon Sep 17 00:00:00 2001 From: timothyhay Date: Tue, 24 Dec 2024 11:50:22 -0700 Subject: [PATCH] Update main.rs --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index a5cd890..0e0308e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,4 @@ -// Made with pain by someone who desperately needed a distraction from the 2024 election. -// Trans rights are human rights. // TODO: Optional exclude directories -// TODO: Restore directly, don't restore intermediates. #![windows_subsystem = "windows"] // Prevents console from opening when on Windows. use chrono::DateTime; use directories::BaseDirs;