File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ pub use windows;
15
15
mod rt;
16
16
17
17
#[ allow( clippy:: upper_case_acronyms) ]
18
- #[ allow( unused_imports) ]
19
18
mod auto;
20
19
21
20
pub mod prelude;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ pub use khronos_egl;
18
18
mod rt;
19
19
20
20
#[ allow( clippy:: upper_case_acronyms) ]
21
- #[ allow( unused_imports) ]
22
21
mod auto;
23
22
24
23
pub mod builders;
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ macro_rules! skip_assert_initialized {
48
48
( ) => { } ;
49
49
}
50
50
51
- #[ allow( unused_imports) ]
52
51
#[ allow( clippy:: derive_hash_xor_eq) ]
53
52
mod auto;
54
53
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ macro_rules! skip_assert_initialized {
20
20
( ) => { } ;
21
21
}
22
22
23
- #[ allow( unused_imports) ]
24
23
#[ allow( clippy:: derive_hash_xor_eq) ]
25
24
mod auto;
26
25
Original file line number Diff line number Diff line change @@ -89,10 +89,7 @@ static TEST_THREAD_WORKER: once_cell::sync::Lazy<glib::ThreadPool> =
89
89
pool
90
90
} ) ;
91
91
92
- #[ allow( clippy:: let_and_return) ]
93
- #[ allow( clippy:: clone_on_copy) ]
94
92
#[ allow( clippy:: type_complexity) ]
95
- #[ allow( unused_imports) ]
96
93
#[ allow( clippy:: derive_hash_xor_eq) ]
97
94
mod auto;
98
95
You can’t perform that action at this time.
0 commit comments