Remove usage of derivative

This commit is contained in:
Ryan Goldstein 2019-10-13 14:36:54 -04:00
parent 676268d461
commit 35bc65f6fa

View file

@ -29,8 +29,7 @@ impl Handle {
}
}
#[derive(Derivative)]
#[derivative(Clone, Debug, PartialEq, Eq, Hash)]
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct Mode;
impl Mode {