From c2cfa6e527b65458094bed1a4da0e8fb7908823b Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 25 Apr 2024 20:37:42 +0200 Subject: [PATCH] Remove todos --- Cargo.toml | 2 -- cove/src/main.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6d5cec..f0bb211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -# TODO Configure lints in here - [workspace] resolver = "2" members = ["cove", "cove-*"] diff --git a/cove/src/main.rs b/cove/src/main.rs index 8f51b40..fc14b56 100644 --- a/cove/src/main.rs +++ b/cove/src/main.rs @@ -1,6 +1,4 @@ -// TODO Enable warn(unreachable_pub)? // TODO Remove unnecessary Debug impls and compare compile times -// TODO Time zones other than UTC // TODO Invoke external notification command? mod euph;