Skip to content

Commit 0ca2f11

Browse files
misc: Drop unneeded clippy allows
1 parent 2779830 commit 0ca2f11

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

gdk4-win32/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pub use windows;
1515
mod rt;
1616

1717
#[allow(clippy::upper_case_acronyms)]
18-
#[allow(unused_imports)]
1918
mod auto;
2019

2120
pub mod prelude;

gdk4-x11/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pub use khronos_egl;
1818
mod rt;
1919

2020
#[allow(clippy::upper_case_acronyms)]
21-
#[allow(unused_imports)]
2221
mod auto;
2322

2423
pub mod builders;

gdk4/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ macro_rules! skip_assert_initialized {
4848
() => {};
4949
}
5050

51-
#[allow(unused_imports)]
5251
#[allow(clippy::derive_hash_xor_eq)]
5352
mod auto;
5453

gsk4/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ macro_rules! skip_assert_initialized {
2020
() => {};
2121
}
2222

23-
#[allow(unused_imports)]
2423
#[allow(clippy::derive_hash_xor_eq)]
2524
mod auto;
2625

gtk4/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ static TEST_THREAD_WORKER: once_cell::sync::Lazy<glib::ThreadPool> =
8989
pool
9090
});
9191

92-
#[allow(clippy::let_and_return)]
93-
#[allow(clippy::clone_on_copy)]
9492
#[allow(clippy::type_complexity)]
95-
#[allow(unused_imports)]
9693
#[allow(clippy::derive_hash_xor_eq)]
9794
mod auto;
9895

0 commit comments

Comments
 (0)