remove some derives
This commit is contained in:
parent
3dfdaf2514
commit
94eb259409
@ -18,7 +18,7 @@ use rpc::{VboxStateParams, VboxAcceptParams, VboxDiscardParams, VboxCombineParam
|
|||||||
use skill::{Skill};
|
use skill::{Skill};
|
||||||
use cryp::{cryp_get, cryp_write};
|
use cryp::{cryp_get, cryp_write};
|
||||||
|
|
||||||
#[derive(Debug,Clone,Copy,PartialEq,Eq,Ord,PartialOrd,Serialize,Deserialize)]
|
#[derive(Debug,Clone,Copy,PartialEq,Serialize,Deserialize)]
|
||||||
pub enum Var {
|
pub enum Var {
|
||||||
Blue,
|
Blue,
|
||||||
Green,
|
Green,
|
||||||
@ -102,7 +102,7 @@ impl Var {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug,Clone,Copy,PartialEq,Eq,Ord,PartialOrd,Serialize,Deserialize)]
|
#[derive(Debug,Clone,Copy,PartialEq,Serialize,Deserialize)]
|
||||||
enum ColourCode {
|
enum ColourCode {
|
||||||
RR,
|
RR,
|
||||||
GG,
|
GG,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user