mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(hir): removed unused PartialEq on NullLiteral
This commit is contained in:
parent
65a445f512
commit
34f045d84d
1 changed files with 0 additions and 6 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue