30 |
#[allow(clippy::unnested_or_patterns)]
|
31 |
impl From<(EngineStateError, ExecutionEffect, Gas)> for DeployResult {
|
128 |
impl<'a> Value<'a, i16> for ValueRef<'a> {
|
129 |
#[allow(clippy::unnested_or_patterns)]
|
130 |
fn get(&'a self, _: &'a Field) -> Result<Option<i16>> {
|
80 |
) -> Result<(), Error> {
|
81 |
#[allow(clippy::unnested_or_patterns)]
|
82 |
let is_into_directory = LazyCell::new(|| {
|
625 |
};
|
626 |
#[allow(clippy::unnested_or_patterns)] // matches! macro
|
627 |
let of_response =
|
916 |
};
|
917 |
#[allow(clippy::single_match_else, clippy::unnested_or_patterns)]
|
918 |
let (response, identity, future) = match cached {
|
93 |
/// Extract all semantically known links from a given html attribute.
|
94 |
#[allow(clippy::unnested_or_patterns)]
|
95 |
pub(crate) fn extract_urls_from_elem_attr<'a>(
|
43 |
/// Extract all semantically known links from a given html attribute.
|
44 |
#[allow(clippy::unnested_or_patterns)]
|
45 |
pub(crate) fn extract_urls_from_elem_attr<'a>(
|
208 |
#[allow(clippy::unnested_or_patterns)]
|
209 |
match event {
|
98 |
fn classify_input(&self, ev: Event, ps: &PagerState) -> Option<InputEvent> {
|
99 |
#[allow(clippy::unnested_or_patterns)]
|
100 |
match ev {
|
105 |
#[cold]
|
106 |
#[allow(clippy::unnested_or_patterns)] // this hurts readability otherwise
|
107 |
fn decode_cesu8(bytes: &[u8]) -> Result<String, Error> {
|
570 |
};
|
571 |
#[allow(clippy::match_same_arms, clippy::unnested_or_patterns)]
|
572 |
match (&mut prev, &mut last, byte.map(|b| b)) {
|
26 |
clippy::unreadable_literal,
|
27 |
clippy::unnested_or_patterns
|
28 |
)]
|
222 |
#[allow(clippy::unnested_or_patterns)]
|
223 |
fn ma_period(&self) -> PeriodType {
|
102 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
103 |
unnested_or_patterns,
|
104 |
// not available in our oldest supported compiler
|
29 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
30 |
clippy::unnested_or_patterns,
|
31 |
)]
|
318 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
319 |
clippy::unnested_or_patterns,
|
320 |
)]
|
38 |
clippy::let_underscore_drop,
|
39 |
clippy::unnested_or_patterns
|
40 |
)]
|
57 |
#![allow(clippy::module_name_repetitions)]
|
58 |
#![allow(clippy::unnested_or_patterns)]
|
59 |
#![allow(clippy::match_same_arms)]
|
72 |
clippy::too_many_lines,
|
73 |
clippy::unnested_or_patterns
|
74 |
)]
|
83 |
clippy::similar_names,
|
84 |
clippy::unnested_or_patterns,
|
85 |
clippy::unseparated_literal_suffix,
|
6 |
// for MSRV
|
7 |
clippy::unnested_or_patterns,
|
8 |
clippy::uninlined_format_args,
|
67 |
// this is only available on nightly
|
68 |
clippy::unnested_or_patterns,
|
69 |
clippy::uninlined_format_args,
|
67 |
// this is only available on nightly
|
68 |
clippy::unnested_or_patterns,
|
69 |
clippy::uninlined_format_args,
|
134 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
135 |
clippy::unnested_or_patterns,
|
136 |
// We support older compilers.
|
144 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
145 |
clippy::unnested_or_patterns,
|
146 |
// We support older compilers.
|
143 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
144 |
clippy::unnested_or_patterns,
|
145 |
// We support older compilers.
|
17 |
clippy::too_many_lines,
|
18 |
clippy::unnested_or_patterns
|
19 |
)]
|
15 |
#![allow(clippy::single_match_else)]
|
16 |
#![allow(clippy::unnested_or_patterns)]
|
17 |
#![allow(clippy::wildcard_imports)]
|
83 |
clippy::similar_names,
|
84 |
clippy::unnested_or_patterns,
|
85 |
clippy::unseparated_literal_suffix,
|
107 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
108 |
unnested_or_patterns,
|
109 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/7768
|
35 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
36 |
clippy::unnested_or_patterns,
|
37 |
)]
|
15 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
16 |
clippy::unnested_or_patterns,
|
17 |
)]
|
29 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
30 |
clippy::unnested_or_patterns,
|
31 |
)]
|
323 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
324 |
clippy::unnested_or_patterns,
|
325 |
)]
|
326 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
327 |
clippy::unnested_or_patterns,
|
328 |
)]
|
318 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
|
319 |
clippy::unnested_or_patterns,
|
320 |
)]
|
303 |
clippy::uninlined_format_args,
|
304 |
clippy::unnested_or_patterns
|
305 |
)]
|
49 |
#![allow(clippy::type_complexity)]
|
50 |
#![allow(clippy::unnested_or_patterns)]
|
51 |
#![allow(clippy::if_then_panic)]
|
1 |
#![allow(clippy::unnested_or_patterns)]
|
1 |
#![allow(clippy::unnested_or_patterns)]
|
10 |
#![allow(clippy::never_loop, clippy::cognitive_complexity, clippy::single_match)]
|
11 |
#![allow(clippy::unnested_or_patterns)]
|
21 |
#![allow(clippy::unnested_or_patterns)]
|
22 |
#![allow(
|