Remove redundant PartialEq
This commit is contained in:
parent
65e8400e56
commit
ddbeba0154
|
@ -13,7 +13,7 @@ use validation::{Error, FuncValidator};
|
|||
use isa;
|
||||
|
||||
/// Type of block frame.
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
enum BlockFrameType {
|
||||
/// Usual block frame.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue