diff --git a/boa_gc/src/lib.rs b/boa_gc/src/lib.rs index 0fc9088f0b4..4e4e4585550 100644 --- a/boa_gc/src/lib.rs +++ b/boa_gc/src/lib.rs @@ -1,5 +1,4 @@ //! Garbage collector for the Boa JavaScript engine. -//! #![allow( clippy::let_unit_value,