From bf05615047bece9e0c345e0d486f4df202f5a767 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Mon, 23 Sep 2024 10:44:40 +0200 Subject: [PATCH] chore: update comment --- ext/node/global.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/node/global.rs b/ext/node/global.rs index 0eee6a73b3..45dec1818c 100644 --- a/ext/node/global.rs +++ b/ext/node/global.rs @@ -52,7 +52,6 @@ const fn str_to_utf16(s: &str) -> [u16; N] { // - clearImmediate (node only) // - clearInterval (both, but different implementation) // - clearTimeout (both, but different implementation) -// - global (node only) // - performance (both, but different implementation) // - setImmediate (node only) // - setInterval (both, but different implementation)