chore: cargo clippy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user