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)] #[derive(Clone, Debug, PartialEq, Eq, Hash)]
#[derivative(Clone, Debug, PartialEq, Eq, Hash)]
pub struct Mode; pub struct Mode;
impl Mode { impl Mode {