From f549b98925a81918e25cbb1d73083e83cc4059e0 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 23 Jan 2023 16:19:40 -0500 Subject: [PATCH] Remove old TODO --- src/lib/globals/task.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/globals/task.rs b/src/lib/globals/task.rs index 9f78dda..c5d8329 100644 --- a/src/lib/globals/task.rs +++ b/src/lib/globals/task.rs @@ -1,5 +1,3 @@ -// TODO: Figure out a good way to remove all the shared boilerplate from these functions - use std::{ sync::Weak, time::{Duration, Instant},