mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
Remove usage of derivative
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user