From 7568fb3434c2816ecfbbf1c22e5f9c2d894be8a3 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 17 Feb 2023 23:04:58 +0100 Subject: [PATCH] Add todo --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 6023c76..945ba7b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,6 +12,7 @@ // TODO Enable warn(unreachable_pub)? // TODO Remove unnecessary Debug impls and compare compile times // TODO Time zones other than UTC +// TODO Fix password room auth mod config; mod euph;