From 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:01:45 +0000 Subject: deploy: 9c3c3fd923d894d2351eb22129ea693eb98fa8ff --- trait.impl/core/ops/drop/trait.Drop.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'trait.impl/core/ops/drop') diff --git a/trait.impl/core/ops/drop/trait.Drop.js b/trait.impl/core/ops/drop/trait.Drop.js index 78d4454..c9cfab3 100644 --- a/trait.impl/core/ops/drop/trait.Drop.js +++ b/trait.impl/core/ops/drop/trait.Drop.js @@ -1,3 +1,9 @@ -(function() {var implementors = { -"juicebox_asm":[["impl Drop for Runtime"],["impl Drop for Label"]] -};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file +(function() { + var implementors = Object.fromEntries([["juicebox_asm",[["impl Drop for Label"],["impl Drop for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[540]} \ No newline at end of file -- cgit v1.2.3