diff --git a/crates/oxc_hir/src/hir.rs b/crates/oxc_hir/src/hir.rs index 7e8f1f9cc..b11e2d293 100644 --- a/crates/oxc_hir/src/hir.rs +++ b/crates/oxc_hir/src/hir.rs @@ -226,12 +226,6 @@ impl Hash for NullLiteral { } } -impl PartialEq for NullLiteral { - fn eq(&self, _other: &Self) -> bool { - true - } -} - #[derive(Debug, Clone)] #[cfg_attr(feature = "serde", derive(Serialize), serde(tag = "type"))] pub struct NumberLiteral<'a> {