59 |
futures::stream::unfold(recv, move |mut recv| async move {
|
60 |
#[allow(clippy::style)]
|
61 |
match recv.next().await {
|
225 |
#[allow(nonstandard_style, clippy::style)]
|
226 |
mod c {
|
23 |
#[allow(
|
24 |
clippy::style,
|
25 |
clippy::complexity,
|
47 |
#[allow(
|
48 |
clippy::style,
|
49 |
clippy::complexity,
|
189 |
#[allow(
|
190 |
clippy::style,
|
191 |
clippy::complexity,
|
1 |
// Trying to satisfy clippy here is hopeless
|
2 |
#![allow(clippy::style)]
|
548 |
// automated enforcement.
|
549 |
#![allow(clippy::style)]
|
550 |
// The `usdt` crate may require nightly, enabled if our consumer is enabling
|
8 |
// automated enforcement.
|
9 |
#![allow(clippy::style)]
|
6 |
#![allow(dead_code)]
|
7 |
#![allow(clippy::style)]
|
8 |
#![allow(clippy::complexity)]
|
10 |
// Disable non-critical lints for generated code
|
11 |
#![allow(clippy::style, clippy::complexity, clippy::perf)]
|
5 |
// Disable non-critical lints for generated code.
|
6 |
#![allow(clippy::style, clippy::complexity, clippy::perf)]
|
11 |
deref_nullptr,
|
12 |
clippy::style
|
13 |
)]
|
5 |
#![allow(clippy::style)]
|
5 |
#![allow(clippy::style)]
|
13 |
#![allow(clippy::style)]
|
10 |
#![allow(clippy::style)]
|
14 |
#![allow(clippy::unnecessary_lazy_evaluations)]
|
15 |
#![allow(clippy::style)]
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::style)]
|
1 |
#![allow(clippy::style)]
|
87 |
#![allow(unused_variables)]
|
88 |
#![allow(clippy::style)]
|
89 |
#![allow(clippy::identity_op)]
|
5 |
#![allow(unused_variables)]
|
6 |
#![allow(clippy::style)]
|
7 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::style)]
|
1 |
#![allow(clippy::all, clippy::restriction, clippy::style, clippy::perf)]
|
2 |
use std::{convert::AsRef, env, ffi::OsStr, path::Path, process::Command};
|
11 |
//! Configuration struct for `PrivatEmail`
|
12 |
#![allow(clippy::style)]
|
13 |
use serde::Serialize;
|
11 |
//! - Nyah Check <hello@nyah.dev>
|
12 |
#![allow(clippy::style)]
|
13 |
mod lib;
|
1 |
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
|
1 |
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
|
30 |
#![deny(missing_docs)]
|
31 |
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
|
1 |
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::style)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::style)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::style)]
|