chore: cargo clippy

This commit is contained in:
2025-05-28 22:47:35 +08:00
parent f3bf44ab97
commit c8276c1729
7 changed files with 13 additions and 14 deletions

View File

@@ -177,7 +177,7 @@ impl<'gc> Value<'gc> {
}
}
impl<'jit: 'vm, 'vm, 'gc> PartialEq for Value<'gc> {
impl<'gc> PartialEq for Value<'gc> {
fn eq(&self, other: &Self) -> bool {
use Value::*;
match (self, other) {