86 |
#[allow(unknown_lints)]
|
87 |
#[allow(clippy::if_then_panic)]
|
88 |
pub unsafe fn set_initialized() {
|
122 |
#[allow(unknown_lints)]
|
123 |
#[allow(clippy::if_then_panic)]
|
124 |
pub fn init() -> Result<(), glib::BoolError> {
|
14 |
// "if panic" is a good uniform construct.
|
15 |
clippy::if_then_panic,
|
16 |
)]
|
22 |
// We want to carefully control the panic message.
|
23 |
#![allow(clippy::if_then_panic)]
|
23 |
// We want to carefully control the panic message.
|
24 |
#![allow(clippy::if_then_panic)]
|
50 |
#![allow(clippy::unnested_or_patterns)]
|
51 |
#![allow(clippy::if_then_panic)]
|
35 |
// "if panic" is a good uniform construct.
|
36 |
clippy::if_then_panic,
|
37 |
// We unsafe impl `Send` for a reason.
|