Remove redundant PartialEq

This commit is contained in:
Sergey Pepyakin 2019-04-17 18:15:52 +02:00
parent 65e8400e56
commit ddbeba0154
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///