From 02e21ff9e2d629dec2cb68cfccfdf6a068c172ff Mon Sep 17 00:00:00 2001 From: Daniel Henry-Mantilla Date: Mon, 23 Sep 2024 19:10:18 +0200 Subject: [PATCH] Typo --- src/js/closures/node_js.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/closures/node_js.rs b/src/js/closures/node_js.rs index 8ed48884d..6ed2e4d45 100644 --- a/src/js/closures/node_js.rs +++ b/src/js/closures/node_js.rs @@ -562,7 +562,7 @@ macro_rules! impls {( ) -> CRet { // We set up an `on_unwind` guard, except if we're already being invoked - // from within a panicking context, which confuses the the `on_unwind` heuristic + // from within a panicking context, which confuses the `on_unwind` heuristic // of `::scopeguard`. Since in that case, any extra panic already triggers an abort, // we can then just have the guard do nothing. let _abort_on_unwind = ::std::thread::panicking().not().then(|| {