1 |
#[allow(clippy::needless_question_mark)]
|
2 |
mod game_of_life;
|
3 |
#[allow(clippy::needless_question_mark)]
|
4 |
mod pixels_draw_pipeline;
|
36 |
// Create pipeline
|
37 |
#[allow(clippy::needless_question_mark)]
|
38 |
let pipeline = {
|
378 |
}
|
379 |
#[allow(clippy::needless_question_mark)]
|
380 |
return Ok(builder.body(Body::from(jexception.content))?);
|
30 |
#[allow(clippy::needless_question_mark)]
|
31 |
#[allow(deprecated)]
|
159 |
}
|
160 |
#[allow(clippy::needless_question_mark)]
|
161 |
fn prepare(archetype: &Archetype) -> Option<Self::State> {
|
159 |
}
|
160 |
#[allow(clippy::needless_question_mark)]
|
161 |
fn prepare(archetype: &Archetype) -> Option<Self::State> {
|
150 |
}
|
151 |
#[allow(clippy::needless_question_mark)]
|
152 |
fn prepare(archetype: &Archetype) -> Option<Self::State> {
|
57 |
#[allow(clippy::needless_question_mark)] // it actueally is necessary
|
58 |
pub fn get_child(&self, name: &str) -> SimpleResult<Self> {
|
27 |
///
|
28 |
#[allow(clippy::needless_question_mark)]
|
29 |
pub async fn run_w_backoff_delayed<R, F, Fut>(f: F, _retries: u8, delay: usize) -> Result<R, Error>
|
219 |
clippy::manual_async_fn,
|
220 |
clippy::needless_question_mark
|
221 |
)]
|
29 |
clippy::default_trait_access,
|
30 |
clippy::needless_question_mark
|
31 |
)]
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::needless_question_mark)]
|
10 |
#![forbid(unsafe_code)]
|
1 |
// Fixed in https://github.com/vulkano-rs/vulkano/pull/1940
|
2 |
#![allow(clippy::needless_question_mark)]
|
1 |
// Fixed in https://github.com/vulkano-rs/vulkano/pull/1940
|
2 |
#![allow(clippy::needless_question_mark)]
|
1 |
// Fixed in https://github.com/vulkano-rs/vulkano/pull/1940
|
2 |
#![allow(clippy::needless_question_mark)]
|
1 |
// Fixed in https://github.com/vulkano-rs/vulkano/pull/1940
|
2 |
#![allow(clippy::needless_question_mark)]
|
1 |
#![allow(
|
2 |
clippy::needless_question_mark,
|
3 |
clippy::too_many_arguments,
|
5 |
clippy::needless_lifetimes,
|
6 |
clippy::needless_question_mark,
|
7 |
clippy::new_ret_no_self,
|
8 |
#![warn(clippy::pedantic)]
|
9 |
#![allow(clippy::needless_question_mark)]
|
10 |
#![allow(unused_unsafe)]
|
1 |
#![allow(clippy::needless_question_mark)]
|
2 |
#![warn(clippy::all, clippy::cargo)]
|
1 |
#![allow(clippy::needless_question_mark)]
|
2 |
crate::ext::macros::impl_serde!(serde_json, to_string_pretty);
|
1 |
#![allow(clippy::needless_question_mark)]
|
2 |
crate::ext::macros::impl_serde!(toml, to_string);
|
1 |
#![allow(clippy::needless_question_mark)]
|
2 |
crate::ext::macros::impl_serde!(serde_yaml, to_string);
|