Skip to content

Commit

Permalink
Remove usage of derivative
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Oct 13, 2019
1 parent 676268d commit 35bc65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform_impl/web/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 35bc65f

Please sign in to comment.