646 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
647 |
if result.status().is_success() {
|
70 |
pub fn new(req: T) -> Self {
|
71 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
72 |
let req = from_reply_request(req, |req| req.into());
|
28 |
impl<'this, Dpy: AsyncDisplay + ?Sized> Flush<'this, Dpy> {
|
29 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
30 |
pub(crate) fn polling(display: &'this mut Dpy) -> Self {
|
28 |
impl<'this, Dpy: AsyncDisplay + ?Sized> GenerateXid<'this, Dpy> {
|
29 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
30 |
pub(crate) fn polling(display: &'this mut Dpy) -> Self {
|
26 |
impl<'this, Dpy: AsyncDisplay + ?Sized> WaitForEvent<'this, Dpy> {
|
27 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
28 |
pub(crate) fn polling(display: &'this mut Dpy) -> Self {
|
1767 |
let topic = frame.topic.as_ref().map(String::as_bytes);
|
1768 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
1769 |
let mut extra_len = sender.map_or(0, |v| v.len() + 1);
|
137 |
// This appears to be erroneously triggering here.
|
138 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
139 |
|e| e.to_owned(),
|
253 |
// false positive: impl of `FnOnce` is not general enough
|
254 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
255 |
let (idents, parsings): (Vec<_>, Vec<_>) =
|
121 |
} else {
|
122 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
123 |
let (idents, parsings): (Vec<_>, Vec<_>) = itertools::process_results(
|
1723 |
let topic = frame.topic.as_ref().map(String::as_bytes);
|
1724 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
1725 |
let mut extra_len = sender.map_or(0, |v| v.len() + 1);
|
17 |
pub fn current_local() -> Option<LocalSpawner> {
|
18 |
#[allow(clippy::redundant_closure_for_method_calls)] // sadly the suggestion doesn't compile
|
19 |
Current::with(&CURRENT, |h| h.cloned())
|
17 |
pub fn current() -> Option<Handle> {
|
18 |
#[allow(clippy::redundant_closure_for_method_calls)] // sadly the suggestion doesn't compile
|
19 |
Current::with(&CURRENT, |h| h.cloned())
|
281 |
#[must_use]
|
282 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
283 |
pub fn into_owned(self) -> MasterPlaylist<'static> {
|
185 |
#[must_use]
|
186 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
187 |
pub fn into_owned(self) -> MediaSegment<'static> {
|
24 |
braced!(braced_content in input);
|
25 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
26 |
let res: syn::punctuated::Punctuated<LitStr, Token![,]> = braced_content.parse_terminated(|v| v.parse())?;
|
217 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
218 |
#[test]
|
90 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
91 |
#[test]
|
348 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
349 |
#[test]
|
585 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
586 |
#[test]
|
1023 |
let mut index = 0;
|
1024 |
#[allow(clippy::redundant_closure_for_method_calls)]
|
1025 |
let len = align.map_or(table_row.children.len(), |d| d.len());
|
18 |
clippy::ptr_as_ptr,
|
19 |
clippy::redundant_closure_for_method_calls,
|
20 |
clippy::explicit_iter_loop,
|
36 |
clippy::match_bool,
|
37 |
clippy::redundant_closure_for_method_calls,
|
38 |
clippy::doc_markdown,
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|
20 |
#![allow(clippy::module_name_repetitions)]
|
21 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
22 |
#![allow(clippy::similar_names)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
6 |
#![doc = include_str!("../README.md")]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
6 |
#![doc = include_str!("../README.md")]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
6 |
#![doc = include_str!("../README.md")]
|
5 |
clippy::missing_errors_doc,
|
6 |
clippy::redundant_closure_for_method_calls,
|
7 |
clippy::module_name_repetitions
|
77 |
clippy::cast_possible_truncation,
|
78 |
clippy::redundant_closure_for_method_calls,
|
79 |
clippy::wildcard_enum_match_arm,
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|
15 |
clippy::shadow_unrelated,
|
16 |
clippy::redundant_closure_for_method_calls,
|
17 |
clippy::transmute_ptr_to_ptr
|
153 |
clippy::must_use_candidate,
|
154 |
clippy::redundant_closure_for_method_calls
|
155 |
)]
|
20 |
module_name_repetitions,
|
21 |
redundant_closure_for_method_calls,
|
22 |
unseparated_literal_suffix,
|
126 |
) -> impl CurveIterator<CurveKind = UnconstrainedServerExecution> + Clone + '_ {
|
127 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
23 |
#![allow(clippy::redundant_closure)]
|
24 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
25 |
#![allow(clippy::should_implement_trait)]
|
22 |
#![allow(clippy::redundant_closure)]
|
23 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
21 |
module_name_repetitions,
|
22 |
redundant_closure_for_method_calls,
|
23 |
unseparated_literal_suffix,
|
21 |
module_name_repetitions,
|
22 |
redundant_closure_for_method_calls,
|
23 |
unseparated_literal_suffix,
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|
13 |
#![allow(clippy::module_name_repetitions)]
|
14 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
15 |
#![allow(clippy::redundant_pub_crate)]
|
11 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
13 |
#![allow(clippy::similar_names)]
|