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.