8 |
/// clock.
|
9 |
#[allow(clippy::complexity)]
|
10 |
pub fn chain<J: ChannelId, Co: ChannelClock, const DRIVER_FREQ_HZ: u32>(
|
135 |
/// implementation with a frequency of `MONO_FREQ_HZ`Hz.
|
136 |
#[allow(clippy::complexity)]
|
137 |
pub fn into_monotonic<const MONO_FREQ_HZ: u32>(
|
232 |
/// implementation with a frequency of `TIMER_FREQ_HZ`Hz.
|
233 |
#[allow(clippy::complexity)]
|
234 |
pub fn into_timer<const TIMER_FREQ_HZ: u32>(
|
18 |
#[allow(clippy::complexity)]
|
19 |
pub(crate) fn get_top_crates(
|
396 |
pub struct MemStore {
|
397 |
#[allow(clippy::complexity)]
|
398 |
metadata: RwLock<HashMap<String, HashMap<Key, (HLCTimestamp, bool)>>>,
|
401 |
pub struct MemStore {
|
402 |
#[allow(clippy::complexity)]
|
403 |
metadata: RwLock<HashMap<String, HashMap<Key, (HLCTimestamp, bool)>>>,
|
40 |
/// get all edges and their values originating from cell `cell`
|
41 |
#[allow(clippy::complexity)]
|
42 |
fn get_edges_originating_from(
|
945 |
#[allow(clippy::complexity)]
|
946 |
fn build_ops_from_actions(
|
466 |
/// Constructs a new Command.
|
467 |
#[allow(clippy::complexity)]
|
468 |
pub fn new(
|
171 |
url: Option<String>,
|
172 |
#[allow(clippy::complexity)]
|
173 |
action_fn: Rc<dyn Fn(&I) -> Pin<Box<dyn Future<Output = O>>>>,
|
140 |
url: Option<String>,
|
141 |
#[allow(clippy::complexity)]
|
142 |
action_fn: Rc<dyn Fn(&I) -> Pin<Box<dyn Future<Output = O>>>>,
|
548 |
/// structures, the first one is the parent side, the second is the child's.
|
549 |
#[allow(clippy::complexity)]
|
550 |
pub fn create_ghost_channel<
|
240 |
#[allow(clippy::complexity)]
|
241 |
pub fn get_all_values() -> Vec<(T::OracleKey, Option<TimestampedValueOf<T, I>>)> {
|
320 |
}
|
321 |
#[allow(clippy::complexity)]
|
322 |
fn get_all_values() -> Vec<(T::OracleKey, Option<TimestampedValueOf<T, I>>)> {
|
25 |
#[must_use]
|
26 |
#[allow(clippy::complexity)]
|
27 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
171 |
#[allow(clippy::complexity)]
|
172 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
173 |
#[allow(clippy::complexity)]
|
174 |
fn transpose<T1, T2, T3, T4, T5>(
|
237 |
#[allow(clippy::complexity)]
|
238 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
322 |
#[allow(clippy::complexity)]
|
323 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
413 |
#[allow(clippy::complexity)]
|
414 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
146 |
phantom: std::marker::PhantomData<T>,
|
147 |
#[allow(clippy::complexity)]
|
148 |
next_functor: Box<dyn FnMut(&mut std::vec::IntoIter<Value>) -> Option<Result<T>>>,
|
28 |
#[must_use]
|
29 |
#[allow(clippy::complexity)]
|
30 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
178 |
#[allow(clippy::complexity)]
|
179 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
180 |
#[allow(clippy::complexity)]
|
181 |
fn transpose<T1, T2, T3, T4, T5>(
|
244 |
#[allow(clippy::complexity)]
|
245 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
329 |
#[allow(clippy::complexity)]
|
330 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
420 |
#[allow(clippy::complexity)]
|
421 |
fn next_functor<I: Iterator<Item = Value>>() -> Box<dyn FnMut(&mut I) -> Option<Result<Self>>> {
|
242 |
phantom: std::marker::PhantomData<T>,
|
243 |
#[allow(clippy::complexity)]
|
244 |
next_functor: Box<dyn FnMut(&mut I) -> Option<Result<T>>>,
|
113 |
#[allow(clippy::complexity)]
|
114 |
fn decode_map(buf: &mut BytesMut, idx: usize) -> Result<Option<(HashMap<Value, Value>, usize)>> {
|
147 |
#[allow(clippy::complexity)]
|
148 |
#[instrument(skip(uri, wss, evt_send, cmd_recv))]
|
27 |
/// Custom: choose your own!
|
28 |
#[allow(clippy::complexity)]
|
29 |
Custom {
|
161 |
#[allow(clippy::complexity)]
|
162 |
pub struct Adc {
|
24 |
clippy::style,
|
25 |
clippy::complexity,
|
26 |
clippy::pedantic,
|
48 |
clippy::style,
|
49 |
clippy::complexity,
|
50 |
clippy::pedantic,
|
190 |
clippy::style,
|
191 |
clippy::complexity,
|
192 |
clippy::pedantic,
|
113 |
pub mod helper;
|
114 |
#[allow(unused, clippy::complexity)]
|
115 |
pub(crate) mod logon;
|
1 |
#![deny(clippy::perf)]
|
2 |
#![allow(clippy::complexity, clippy::new_without_default)]
|
3 |
#[macro_use]
|
17 |
#![allow(
|
18 |
clippy::complexity,
|
19 |
clippy::type_complexity,
|
1 |
#![allow(dead_code, unused_must_use, clippy::complexity)]
|
1 |
#![allow(dead_code, unused_must_use, clippy::complexity)]
|
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)]
|
64 |
//!
|
65 |
#![allow(clippy::complexity)]
|
66 |
use super::*;
|
66 |
#![allow(clippy::complexity)]
|
67 |
use super::*;
|
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)]
|
12 |
// deprecates `clippy::cyclomatic_complexity`.
|
13 |
#![allow(clippy::complexity)]
|
12 |
// deprecates `clippy::cyclomatic_complexity`.
|
13 |
#![allow(clippy::complexity)]
|