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)]
|
||||
#[derivative(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct Mode;
|
||||
|
||||
impl Mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue