Skip to content

Commit a3476e7

Browse files
relrelbHerschel
authored andcommitted
swf: Remove #[allow(clippy::derive_partial_eq_without_eq)
rust-lang/rust-clippy#8867 is fixed, and a false positive is no longer reported.
1 parent 03d5426 commit a3476e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swf/src/avm2/types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ pub struct ConstantPool {
2525
pub multinames: Vec<Multiname>,
2626
}
2727

28-
// clippy false positive: https://github.com/rust-lang/rust-clippy/issues/8867
29-
#[allow(clippy::derive_partial_eq_without_eq)]
3028
#[derive(Clone, Debug, Eq, PartialEq)]
3129
pub struct Index<T>(pub u32, pub PhantomData<T>);
3230

0 commit comments

Comments
 (0)