Run clippy on CI

Fixes #1402.
This commit is contained in:
Kirill Chibisov
2022-06-10 13:43:33 +03:00
committed by GitHub
parent 57981b533d
commit 10419ff441
72 changed files with 377 additions and 312 deletions

View File

@@ -16,7 +16,7 @@ pub struct EventLoop<T: 'static> {
elw: RootEventLoopWindowTarget<T>,
}
#[derive(Default, Debug, Copy, Clone, PartialEq, Hash)]
#[derive(Default, Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub(crate) struct PlatformSpecificEventLoopAttributes {}
impl<T> EventLoop<T> {