Remove usage of derivative
This commit is contained in:
parent
676268d461
commit
35bc65f6fa
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue