Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed May 30, 2023
1 parent 5dc5a7d commit 4fd6f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa_engine/src/builtins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ impl BuiltInBuilderStaticShape<'_> {
self
}

#[allow(clippy::missing_const_for_fn)]
fn no_prototype(mut self) -> Self {
self.prototype = None;
self
Expand Down

0 comments on commit 4fd6f08

Please sign in to comment.