From e671ada61fa037b47e8b0032df067f15263034e5 Mon Sep 17 00:00:00 2001 From: jedel1043 Date: Tue, 2 May 2023 02:14:52 -0600 Subject: [PATCH] Remove leftover comment --- boa_engine/src/environments/runtime.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/boa_engine/src/environments/runtime.rs b/boa_engine/src/environments/runtime.rs index ccbe4e60233..0521ff172e6 100644 --- a/boa_engine/src/environments/runtime.rs +++ b/boa_engine/src/environments/runtime.rs @@ -895,8 +895,6 @@ impl Context<'_> { /// Sets the value of a binding. /// - /// # - /// /// # Panics /// /// Panics if the environment or binding index are out of range.