chore(hir): removed unused PartialEq on NullLiteral

This commit is contained in:
Boshen 2023-05-08 20:41:42 +08:00
parent 65a445f512
commit 34f045d84d
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -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> {