From a7a8cd0c0174815f7a4e5e313677a782da265d15 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:39:42 -0400 Subject: [PATCH] chore: confirmed link works --- src/wrappers.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wrappers.rs b/src/wrappers.rs index 101eff7..c239cc7 100644 --- a/src/wrappers.rs +++ b/src/wrappers.rs @@ -76,5 +76,3 @@ where { crate::wasm::spawn(future); } - -// TODO 3: Test link in documentation after pushing to main